mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #10993 from Piccirello/adjust-verbiage
Adjust wording to sound more natural
This commit is contained in:
commit
c0fc4e6d90
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ void PeerListWidget::showPeerListMenu(const QPoint &)
|
||||||
void PeerListWidget::banSelectedPeers()
|
void PeerListWidget::banSelectedPeers()
|
||||||
{
|
{
|
||||||
// Confirm first
|
// Confirm first
|
||||||
int ret = QMessageBox::question(this, tr("Ban peer permanently"), tr("Are you sure you want to ban permanently the selected peers?"),
|
int ret = QMessageBox::question(this, tr("Ban peer permanently"), tr("Are you sure you want to permanently ban the selected peers?"),
|
||||||
tr("&Yes"), tr("&No"),
|
tr("&Yes"), tr("&No"),
|
||||||
QString(), 0, 1);
|
QString(), 0, 1);
|
||||||
if (ret) return;
|
if (ret) return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue