diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-09 13:21:56 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-09 13:33:36 -0500 |
| commit | d30d966500525cfe3137044c97db024230aac802 (patch) | |
| tree | 2816c977ecb2a4e992c69d250060753900b47383 /src/modinfo.cpp | |
| parent | 10234e436ad28596fb36dc77440422cd49366b56 (diff) | |
Standardizing
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 37ac0827..b79ed657 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(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()); + log::warn("{}", tr("The update check has found a mod with a Nexus ID and source game of %1, but this game is not a valid Nexus source.").arg(gamePlugin->gameName())); itr = games.erase(itr); } } |
