Fix typo in string which prevents word substitution.

This commit is contained in:
sledgehammer999 2015-07-28 02:05:09 +03:00
parent 626a3b10d3
commit 369561f8f7

View file

@ -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);
} }
} }