From 9c8412a051013f0ba8b70d4cb56d3d0428d827f0 Mon Sep 17 00:00:00 2001 From: AL <26797547+Al12rs@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:04:34 +0100 Subject: Change tooltip of Category column to say "Primary" --- src/modlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modlist.cpp') diff --git a/src/modlist.cpp b/src/modlist.cpp index 634f9b2c..c0f18821 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -1316,7 +1316,7 @@ QString ModList::getColumnToolTip(int column) case COL_VERSION: return tr("Version of the mod (if available)"); case COL_PRIORITY: return tr("Installation priority of your mod. The higher, the more \"important\" it is and thus " "overwrites files from mods with lower priority."); - case COL_CATEGORY: return tr("Category of the mod."); + case COL_CATEGORY: return tr("Primary category of the mod."); case COL_GAME: return tr("The source game which was the origin of this mod."); case COL_MODID: return tr("Id of the mod as used on Nexus."); case COL_CONFLICTFLAGS: return tr("Indicators of file conflicts between mods."); -- cgit v1.3.1