mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
Fix typo in string which prevents word substitution.
This commit is contained in:
parent
626a3b10d3
commit
369561f8f7
1 changed files with 1 additions and 1 deletions
|
@ -2110,7 +2110,7 @@ void Session::handleAddTorrentAlert(libtorrent::add_torrent_alert *p)
|
|||
exportTorrentFile(torrent);
|
||||
}
|
||||
else {
|
||||
logger->addMessage(tr("Couldn't save 1%.torrent").arg(torrent->hash()), Log::CRITICAL);
|
||||
logger->addMessage(tr("Couldn't save %1.torrent").arg(torrent->hash()), Log::CRITICAL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue