mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
[Qt] Improved copy: RBF checkbox, tooltip and confirmation screen
Opt-in RBF checkbox uses less technical jargon and emphasises the fee bump functionality (at the expense of not mentioning other uses of RBF). The transaction confirmation screen uses copy consistent with this.
This commit is contained in:
@@ -345,7 +345,7 @@ void SendCoinsDialog::on_sendButton_clicked()
|
||||
if (ui->optInRBF->isChecked())
|
||||
{
|
||||
questionString.append("<hr /><span>");
|
||||
questionString.append(tr("This transaction signals replaceability (optin-RBF)."));
|
||||
questionString.append(tr("You can increase the fee later (signals Replace-By-Fee)."));
|
||||
questionString.append("</span>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user