|
65 | 65 | </rect> |
66 | 66 | </property> |
67 | 67 | <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> |
69 | 69 | </property> |
70 | 70 | <property name="text"> |
71 | | - <string>Encrypt Wallet</string> |
| 71 | + <string>Encrypt private keys</string> |
72 | 72 | </property> |
73 | 73 | <property name="checked"> |
74 | 74 | <bool>false</bool> |
|
100 | 100 | </rect> |
101 | 101 | </property> |
102 | 102 | <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> |
104 | 104 | </property> |
105 | 105 | <property name="text"> |
106 | | - <string>Disable Private Keys</string> |
| 106 | + <string>Watch-only</string> |
107 | 107 | </property> |
108 | 108 | </widget> |
109 | 109 | <widget class="QCheckBox" name="blank_wallet_checkbox"> |
|
116 | 116 | </rect> |
117 | 117 | </property> |
118 | 118 | <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> |
120 | 120 | </property> |
121 | 121 | <property name="text"> |
122 | | - <string>Make Blank Wallet</string> |
| 122 | + <string>Skip seed generation</string> |
123 | 123 | </property> |
124 | 124 | </widget> |
125 | 125 | <widget class="QCheckBox" name="descriptor_checkbox"> |
|
132 | 132 | </rect> |
133 | 133 | </property> |
134 | 134 | <property name="toolTip"> |
135 | | - <string>Use descriptors for scriptPubKey management</string> |
| 135 | + <string>Use descriptors for scriptPubKey management.</string> |
136 | 136 | </property> |
137 | 137 | <property name="text"> |
138 | | - <string>Descriptor Wallet</string> |
| 138 | + <string>Use descriptors</string> |
139 | 139 | </property> |
140 | 140 | </widget> |
141 | 141 | </widget> |
|
0 commit comments