mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Put some string placeholders between quotes
This commit is contained in:
@@ -67,7 +67,7 @@ void PeersAdditionDlg::validateInput()
|
||||
}
|
||||
else {
|
||||
QMessageBox::warning(this, tr("Invalid peer"),
|
||||
tr("The peer %1 is invalid.").arg(peer),
|
||||
tr("The peer '%1' is invalid.").arg(peer),
|
||||
QMessageBox::Ok);
|
||||
m_peersList.clear();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user