diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-10-04 22:15:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 22:15:49 +0200 |
| commit | 0ff1da60b1158ca31e32b3d9e070dd0c7ab239e0 (patch) | |
| tree | 20ad24554247651b064d1c7ad27896dac4a17845 /src/modlist.cpp | |
| parent | 2fe50f2ff366ea850eb70a85c6ea7d6c936bf08a (diff) | |
| parent | c17b0829dc23b488523a12e0748b18aab1f427c9 (diff) | |
Merge pull request #845 from isanae/plugin-tooltips
Tooltips in plugin list
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index 6018d3d4..c5bc37e9 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -1272,7 +1272,7 @@ QString ModList::getColumnToolTip(int column) case COL_CATEGORY: return tr("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_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_CONTENT: return tr("Depicts the content of the mod:<br>" "<table cellspacing=7>" "<tr><td><img src=\":/MO/gui/content/plugin\" width=32/></td><td>Game plugins (esp/esm/esl)</td></tr>" |
