aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/sendcoinsdialog.ui
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2017-11-18 13:12:07 +0100
committerSjors Provoost <sjors@sprovoost.nl>2017-11-18 13:12:07 +0100
commitdb0b7373fc990806a06b6ba8a27ba2d710ce23c8 (patch)
tree8c78b98f0d0f3bfef8d1bf114247c11e9acb4532 /src/qt/forms/sendcoinsdialog.ui
parent938863965f14ce7ab0780dd9197c6e13f2093d87 (diff)
downloadbitcoin-db0b7373fc990806a06b6ba8a27ba2d710ce23c8.tar.xz
[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.
Diffstat (limited to 'src/qt/forms/sendcoinsdialog.ui')
-rw-r--r--src/qt/forms/sendcoinsdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui
index 9c89741afe..c6fd708cdf 100644
--- a/src/qt/forms/sendcoinsdialog.ui
+++ b/src/qt/forms/sendcoinsdialog.ui
@@ -1108,10 +1108,10 @@
<item>
<widget class="QCheckBox" name="optInRBF">
<property name="text">
- <string>Request Replace-By-Fee</string>
+ <string>Allow increasing fee</string>
</property>
<property name="toolTip">
- <string>Indicates that the sender may wish to replace this transaction with a new one paying higher fees (prior to being confirmed).</string>
+ <string>This allows you to increase the fee later if the transaction takes a long time to confirm. This will also cause the recommended fee to be lower. ("Replace-By-Fee", BIP 125)</string>
</property>
</widget>
</item>