mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
Put some string placeholders between quotes
This commit is contained in:
parent
70f2086202
commit
420fa82e8d
14 changed files with 39 additions and 39 deletions
|
@ -377,7 +377,7 @@ void AutomatedRssDownloader::on_removeRuleBtn_clicked()
|
|||
// Ask for confirmation
|
||||
QString confirm_text;
|
||||
if (selection.count() == 1)
|
||||
confirm_text = tr("Are you sure you want to remove the download rule named %1?").arg(selection.first()->text());
|
||||
confirm_text = tr("Are you sure you want to remove the download rule named '%1'?").arg(selection.first()->text());
|
||||
else
|
||||
confirm_text = tr("Are you sure you want to remove the selected download rules?");
|
||||
if (QMessageBox::question(this, tr("Rule deletion confirmation"), confirm_text, QMessageBox::Yes, QMessageBox::No) != QMessageBox::Yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue