Adjust wording to sound more natural

This commit is contained in:
Tom Piccirello 2019-07-29 00:31:09 -07:00 committed by GitHub
parent 7da2d04898
commit eaa700791b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;