diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-14 22:01:33 +0100 |
|---|---|---|
| committer | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-14 22:02:52 +0100 |
| commit | 7579e42577e1940078b659fe7d75d8db4b14eaa3 (patch) | |
| tree | c829e6bf814c9bd3412bb76ef501f71534191218 /src/modlist.cpp | |
| parent | 6b75741139aef4c2c744284861ace43fc2ce211a (diff) | |
Fix incorrect tabs
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 f592c4ad..94974012 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -162,7 +162,7 @@ QString ModList::getFlagText(ModInfo::EFlag flag, ModInfo::Ptr modInfo) const case ModInfo::FLAG_ALTERNATE_GAME: return tr("<br>This mod is for a different game, " "make sure it's compatible or it could cause crashes."); case ModInfo::FLAG_TRACKED: return tr("Mod is being tracked on the website"); - case ModInfo::FLAG_HIDDEN_FILES: return tr("Contains hidden files"); + case ModInfo::FLAG_HIDDEN_FILES: return tr("Contains hidden files"); default: return ""; } } |
