This commit is contained in:
Michael Ford 2012-07-26 10:07:43 +08:00
parent 26227db843
commit 50c85be6fc
1 changed files with 1 additions and 1 deletions

View File

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