Skip to content

Commit

Permalink
[gui] create wallet: clarify options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Sep 18, 2020
1 parent 600c404 commit b0e58cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/qt/forms/createwalletdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
</rect>
</property>
<property name="toolTip">
<string>Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.</string>
<string>Private keys in the wallet will be encrypted with a passphrase of your choice. Addresses, transaction history and notes are not encrypted.</string>
</property>
<property name="text">
<string>Encrypt Wallet</string>
<string>Encrypt private keys</string>
</property>
<property name="checked">
<bool>false</bool>
Expand Down Expand Up @@ -100,10 +100,10 @@
</rect>
</property>
<property name="toolTip">
<string>Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.</string>
<string>Disable private keys for this wallet. Watch-only wallets have no private keys and cannot have an HD seed or imported private keys.</string>
</property>
<property name="text">
<string>Disable Private Keys</string>
<string>Watch-only</string>
</property>
</widget>
<widget class="QCheckBox" name="blank_wallet_checkbox">
Expand All @@ -116,10 +116,10 @@
</rect>
</property>
<property name="toolTip">
<string>Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.</string>
<string>Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.</string>
</property>
<property name="text">
<string>Make Blank Wallet</string>
<string>Skip seed generation</string>
</property>
</widget>
<widget class="QCheckBox" name="descriptor_checkbox">
Expand All @@ -132,10 +132,10 @@
</rect>
</property>
<property name="toolTip">
<string>Use descriptors for scriptPubKey management</string>
<string>Use descriptors for scriptPubKey management.</string>
</property>
<property name="text">
<string>Descriptor Wallet</string>
<string>Use descriptors</string>
</property>
</widget>
</widget>
Expand Down

0 comments on commit b0e58cd

Please sign in to comment.