From eaa700791b034a5db10fc9c1e2842012033bf4a5 Mon Sep 17 00:00:00 2001 From: Tom Piccirello Date: Mon, 29 Jul 2019 00:31:09 -0700 Subject: [PATCH] Adjust wording to sound more natural --- src/gui/properties/peerlistwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/properties/peerlistwidget.cpp b/src/gui/properties/peerlistwidget.cpp index d877a97a3..fa4f9473c 100644 --- a/src/gui/properties/peerlistwidget.cpp +++ b/src/gui/properties/peerlistwidget.cpp @@ -276,7 +276,7 @@ void PeerListWidget::showPeerListMenu(const QPoint &) void PeerListWidget::banSelectedPeers() { // 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"), QString(), 0, 1); if (ret) return;