Allow to translate error messages

This commit is contained in:
Chocobo1
2020-03-22 19:47:04 +08:00
parent fcc87b4e9b
commit 2c23840947
4 changed files with 9 additions and 9 deletions

View File

@@ -4220,8 +4220,8 @@ void Session::startUpTorrents()
}
if (numOfRemappedFiles > 0) {
LogMsg(QString(tr("Queue positions were corrected in %1 resume files"))
.arg(numOfRemappedFiles), Log::CRITICAL);
LogMsg(tr("Queue positions were corrected in %1 resume files").arg(numOfRemappedFiles)
, Log::CRITICAL);
}
// starting up downloading torrents (queue position > 0)