summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-01-31 23:04:34 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-01-31 23:04:34 +0100
commit9c8412a051013f0ba8b70d4cb56d3d0428d827f0 (patch)
tree8f79c4aa75eecda55c7c857e7ce3098d29bd8ab0 /src/modlist.cpp
parent0bc2a50440e84c4931c1054cd8ed67acc626d5f1 (diff)
Change tooltip of Category column to say "Primary"
Diffstat (limited to 'src/modlist.cpp')
-rw-r--r--src/modlist.cpp2
1 files changed, 1 insertions, 1 deletions
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.");