[UI] Change 'Send' warning (#1064)
This commit is contained in:
parent
e32e28afb9
commit
c86439a366
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user