Typo
This commit is contained in:
parent
26227db843
commit
50c85be6fc
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,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…
Reference in a new issue