Skip to content

Commit

Permalink
GUI: Rephrase Bech32 checkbox text/tooltip
Browse files Browse the repository at this point in the history
- "Bech32" isn't very user-friendly
- You don't spend from addresses
  • Loading branch information
luke-jr authored and fanquake committed May 17, 2018
1 parent 4cfe17c commit 7ab1c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/forms/receivecoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7ab1c6f

Please sign in to comment.