mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Allow to translate error messages
This commit is contained in:
parent
fcc87b4e9b
commit
2c23840947
4 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue