Browse Source

Fix typo in string which prevents word substitution.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
369561f8f7
  1. 2
      src/core/bittorrent/session.cpp

2
src/core/bittorrent/session.cpp

@ -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…
Cancel
Save