mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07: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);
|
exportTorrentFile(torrent);
|
||||||
}
|
}
|
||||||
else {
|
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…
Add table
Add a link
Reference in a new issue