Browse Source

Merge pull request #10993 from Piccirello/adjust-verbiage

Adjust wording to sound more natural
adaptive-webui-19844
Mike Tzou 5 years ago committed by GitHub
parent
commit
c0fc4e6d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/properties/peerlistwidget.cpp

2
src/gui/properties/peerlistwidget.cpp

@ -276,7 +276,7 @@ void PeerListWidget::showPeerListMenu(const QPoint &) @@ -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;

Loading…
Cancel
Save