tr("Duplicate address found, can only send to each address once in one send operation"),
tr("Duplicate address found, can only send to each address once per send operation."),
QMessageBox::Ok,QMessageBox::Ok);
break;
caseWalletModel::TransactionCreationFailed:
QMessageBox::warning(this,tr("Send Coins"),
tr("Error: Transaction creation failed"),
tr("Error: Transaction creation failed."),
QMessageBox::Ok,QMessageBox::Ok);
break;
caseWalletModel::TransactionCommitFailed:
QMessageBox::warning(this,tr("Send Coins"),
tr("Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here."),
tr("Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here."),
QMessageBox::Ok,QMessageBox::Ok);
break;
caseWalletModel::Aborted:// User aborted, nothing to do