diff options
| author | Michael Ford <[email protected]> | 2012-07-26 10:07:43 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2012-07-26 10:07:43 +0800 |
| commit | 50c85be6fcffc3d4cb0bb33510d2d5e1f0589608 (patch) | |
| tree | 55714afc345819cabbf7241fdb513b6658696542 /src | |
| parent | Typo (diff) | |
| download | discoin-50c85be6fcffc3d4cb0bb33510d2d5e1f0589608.tar.xz discoin-50c85be6fcffc3d4cb0bb33510d2d5e1f0589608.zip | |
Typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/sendcoinsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp index 86c2b01fe..2c46ea5a7 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -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: |