[UI] Change 'Send' warning (#1064)

This commit is contained in:
crowning- 2016-10-09 13:47:22 +02:00 committed by UdjinM6
parent e32e28afb9
commit c86439a366

View File

@ -266,7 +266,7 @@ void SendCoinsDialog::on_sendButton_clicked()
).arg(strNearestAmount));
} else {
recipients[0].inputType = ALL_COINS;
strFunds = tr("using") + " <b>" + tr("any available funds (not recommended)") + "</b>";
strFunds = tr("using") + " <b>" + tr("any available funds (not anonymous)") + "</b>";
}
if(ui->checkUseInstantSend->isChecked()) {