diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-04 07:14:30 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-04 07:14:30 -0400 |
| commit | c17b0829dc23b488523a12e0748b18aab1f427c9 (patch) | |
| tree | 20ad24554247651b064d1c7ad27896dac4a17845 /src/pluginlist.cpp | |
| parent | 27aec50c25e9cf8beda506ea515d0b0e0930f4be (diff) | |
emblemes -> emblems
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 31e88f7e..5f1ae347 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -114,7 +114,7 @@ QString PluginList::getColumnToolTip(int column) {
switch (column) {
case COL_NAME: return tr("Name of the plugin");
- case COL_FLAGS: return tr("Emblemes to highlight things that might require attention.");
+ case COL_FLAGS: return tr("Emblems to highlight things that might require attention.");
case COL_PRIORITY: return tr("Load priority of plugins. The higher, the more \"important\" it is and thus "
"overwrites data from plugins with lower priority.");
case COL_MODINDEX: return tr("Determines the formids of objects originating from this mods.");
|
