aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2018-01-17 07:15:10 +0000
committerfanquake <fanquake@gmail.com>2018-05-17 09:31:35 +0800
commit7ab1c6f6a736fc7762b8dd513d8634754319d227 (patch)
tree76a3debe509b56d38219980e23905800c87ae3c3 /src/qt/forms
parent4cfe17c3382ba750131cdc8703b2978132822070 (diff)
downloadbitcoin-7ab1c6f6a736fc7762b8dd513d8634754319d227.tar.xz
GUI: Rephrase Bech32 checkbox text/tooltip
- "Bech32" isn't very user-friendly - You don't spend from addresses
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/receivecoinsdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui
index 09fb435a58..2f916d0b44 100644
--- a/src/qt/forms/receivecoinsdialog.ui
+++ b/src/qt/forms/receivecoinsdialog.ui
@@ -206,10 +206,10 @@
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
- <string>Bech32 addresses (BIP-173) are cheaper to spend from and offer better protection against typos. When unchecked a P2SH wrapped SegWit address will be created, compatible with older wallets.</string>
+ <string>Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead.</string>
</property>
<property name="text">
- <string>Generate Bech32 address</string>
+ <string>Generate native segwit (Bech32) address</string>
</property>
</widget>
</item>