Allow to translate error messages

This commit is contained in:
Chocobo1 2020-03-22 19:47:04 +08:00
parent fcc87b4e9b
commit 2c23840947
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
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)