Skip to content

Commit e84e07c

Browse files
committed
[gui] create wallet: clarify options
1 parent b00e468 commit e84e07c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/qt/forms/createwalletdialog.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
</rect>
6666
</property>
6767
<property name="toolTip">
68-
<string>Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.</string>
68+
<string>Private keys in the wallet will be encrypted with a passphrase of your choice. Addresses, transaction history and notes are not encrypted.</string>
6969
</property>
7070
<property name="text">
71-
<string>Encrypt Wallet</string>
71+
<string>Encrypt private keys</string>
7272
</property>
7373
<property name="checked">
7474
<bool>false</bool>
@@ -100,10 +100,10 @@
100100
</rect>
101101
</property>
102102
<property name="toolTip">
103-
<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>
103+
<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>
104104
</property>
105105
<property name="text">
106-
<string>Disable Private Keys</string>
106+
<string>Watch-only</string>
107107
</property>
108108
</widget>
109109
<widget class="QCheckBox" name="blank_wallet_checkbox">
@@ -116,10 +116,10 @@
116116
</rect>
117117
</property>
118118
<property name="toolTip">
119-
<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>
119+
<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>
120120
</property>
121121
<property name="text">
122-
<string>Make Blank Wallet</string>
122+
<string>Skip seed generation</string>
123123
</property>
124124
</widget>
125125
<widget class="QCheckBox" name="descriptor_checkbox">
@@ -132,10 +132,10 @@
132132
</rect>
133133
</property>
134134
<property name="toolTip">
135-
<string>Use descriptors for scriptPubKey management</string>
135+
<string>Use descriptors for scriptPubKey management.</string>
136136
</property>
137137
<property name="text">
138-
<string>Descriptor Wallet</string>
138+
<string>Use descriptors</string>
139139
</property>
140140
</widget>
141141
</widget>

0 commit comments

Comments
 (0)