diff options
| author | Philip Kaufmann <[email protected]> | 2012-09-18 18:26:02 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-10-25 22:25:50 +0200 |
| commit | 6b3783a9c9cc47afcf72aa0a86ea26122392efdb (patch) | |
| tree | 7edf99a3db16a223f388413c000ca76aa14570f9 /src/qt/sendcoinsdialog.cpp | |
| parent | First flush block tree, then coin set (diff) | |
| download | discoin-6b3783a9c9cc47afcf72aa0a86ea26122392efdb.tar.xz discoin-6b3783a9c9cc47afcf72aa0a86ea26122392efdb.zip | |
fix some double-spaces in strings
- remove some unneeded stuff in sendcoinsentry.ui
- harmonize some "Error:"-messages
Diffstat (limited to 'src/qt/sendcoinsdialog.cpp')
| -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 ca2c61533..0c1547bd8 100644 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -148,7 +148,7 @@ void SendCoinsDialog::on_sendButton_clicked() break; case WalletModel::TransactionCreationFailed: QMessageBox::warning(this, tr("Send Coins"), - tr("Error: Transaction creation failed."), + tr("Error: Transaction creation failed!"), QMessageBox::Ok, QMessageBox::Ok); break; case WalletModel::TransactionCommitFailed: |