mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Allow to translate error messages
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user