diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-25 17:07:14 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-25 17:07:14 +0100 |
| commit | 8bf4cd3b27066a6d4106e06a0e76e802386dd249 (patch) | |
| tree | 56b817b707ff21288b34c70c8b0a9e330bcb28c9 /src/modlist.cpp | |
| parent | a6d3ab75c0ae56a4ce17459023c4e66397c83a34 (diff) | |
Fix random <br> in Alternate Game icon tooltip
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 e84910fd..c4d0089d 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -163,7 +163,7 @@ QString ModList::getFlagText(ModInfo::EFlag flag, ModInfo::Ptr modInfo) const output << QString("<i>%1</i>").arg(modInfo->notes()); return output.join(""); } - case ModInfo::FLAG_ALTERNATE_GAME: return tr("<br>This mod is for a different game, " + case ModInfo::FLAG_ALTERNATE_GAME: return tr("This mod is for a different<br> 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"); |
