summaryrefslogtreecommitdiff
path: root/src/modinfo.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2020-09-09 12:37:34 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2020-09-09 12:37:34 -0500
commit10234e436ad28596fb36dc77440422cd49366b56 (patch)
tree0bf4263ae5f39816fff89ffcdf445ca23e0bcf76 /src/modinfo.cpp
parent81036b0149eebc9033fd0cc089c1d9237c39cf14 (diff)
Traslate lines, use QPair
Diffstat (limited to 'src/modinfo.cpp')
-rw-r--r--src/modinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp
index 19621345..37ac0827 100644
--- a/src/modinfo.cpp
+++ b/src/modinfo.cpp
@@ -323,7 +323,7 @@ bool ModInfo::checkAllForUpdate(PluginContainer *pluginContainer, QObject *recei
}
}
if (gamePlugin != nullptr && gamePlugin->gameNexusName().isEmpty()) {
- log::warn("The update check has found a mod with a Nexus ID and source game of {}, but this game is not a valid Nexus source.", gamePlugin->gameName());
+ log::warn(tr("The update check has found a mod with a Nexus ID and source game of {}, but this game is not a valid Nexus source.").toStdString(), gamePlugin->gameName());
itr = games.erase(itr);
}
}