Non-grammatical language improvements

This commit is contained in:
Luke Dashjr
2015-04-28 14:47:17 +00:00
parent 7e6d23b171
commit b05a89b2de
11 changed files with 33 additions and 30 deletions

View File

@@ -517,7 +517,7 @@ void SendCoinsDialog::processSendCoinsReturn(const WalletModel::SendCoinsReturn
msgParams.first = tr("The total exceeds your balance when the %1 transaction fee is included.").arg(msgArg);
break;
case WalletModel::DuplicateAddress:
msgParams.first = tr("Duplicate address found: can only send to each address once per send operation.");
msgParams.first = tr("Duplicate address found: addresses should only be used once each.");
break;
case WalletModel::TransactionCreationFailed:
msgParams.first = tr("Transaction creation failed!");