Skip to content

Commit 7ab1c6f

Browse files
luke-jrfanquake
authored andcommitted
GUI: Rephrase Bech32 checkbox text/tooltip
- "Bech32" isn't very user-friendly - You don't spend from addresses
1 parent 4cfe17c commit 7ab1c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/receivecoinsdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@
206206
<enum>Qt::StrongFocus</enum>
207207
</property>
208208
<property name="toolTip">
209-
<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>
209+
<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>
210210
</property>
211211
<property name="text">
212-
<string>Generate Bech32 address</string>
212+
<string>Generate native segwit (Bech32) address</string>
213213
</property>
214214
</widget>
215215
</item>

0 commit comments

Comments
 (0)