mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-16 18:39:18 +00:00
Typo
This commit is contained in:
parent
0a9972bf1b
commit
7543a5611b
@ -115,7 +115,7 @@ void SendCoinsDialog::on_sendButton_clicked()
|
||||
{
|
||||
case WalletModel::InvalidAddress:
|
||||
QMessageBox::warning(this, tr("Send Coins"),
|
||||
tr("The recepient address is not valid, please recheck."),
|
||||
tr("The recipient address is not valid, please recheck."),
|
||||
QMessageBox::Ok, QMessageBox::Ok);
|
||||
break;
|
||||
case WalletModel::InvalidAmount:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user