mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
fix some double-spaces in strings
- remove some unneeded stuff in sendcoinsentry.ui - harmonize some "Error:"-messages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user