|
200 | 200 | </item>
|
201 | 201 | </layout>
|
202 | 202 | </item>
|
| 203 | + <item> |
| 204 | + <widget class="QLabel" name="lblExplanation1"> |
| 205 | + <property name="text"> |
| 206 | + <string>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</string> |
| 207 | + </property> |
| 208 | + <property name="wordWrap"> |
| 209 | + <bool>true</bool> |
| 210 | + </property> |
| 211 | + </widget> |
| 212 | + </item> |
| 213 | + <item> |
| 214 | + <widget class="QLabel" name="lblExplanation2"> |
| 215 | + <property name="text"> |
| 216 | + <string>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</string> |
| 217 | + </property> |
| 218 | + <property name="wordWrap"> |
| 219 | + <bool>true</bool> |
| 220 | + </property> |
| 221 | + </widget> |
| 222 | + </item> |
| 223 | + <item> |
| 224 | + <widget class="QLabel" name="lblExplanation3"> |
| 225 | + <property name="text"> |
| 226 | + <string>If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</string> |
| 227 | + </property> |
| 228 | + <property name="wordWrap"> |
| 229 | + <bool>true</bool> |
| 230 | + </property> |
| 231 | + </widget> |
| 232 | + </item> |
203 | 233 | <item>
|
204 | 234 | <layout class="QHBoxLayout" name="pruneOptLayout">
|
205 | 235 | <item>
|
|
241 | 271 | </item>
|
242 | 272 | </layout>
|
243 | 273 | </item>
|
244 |
| - <item> |
245 |
| - <widget class="QLabel" name="lblExplanation1"> |
246 |
| - <property name="text"> |
247 |
| - <string>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</string> |
248 |
| - </property> |
249 |
| - <property name="wordWrap"> |
250 |
| - <bool>true</bool> |
251 |
| - </property> |
252 |
| - </widget> |
253 |
| - </item> |
254 |
| - <item> |
255 |
| - <widget class="QLabel" name="lblExplanation2"> |
256 |
| - <property name="text"> |
257 |
| - <string>This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.</string> |
258 |
| - </property> |
259 |
| - <property name="wordWrap"> |
260 |
| - <bool>true</bool> |
261 |
| - </property> |
262 |
| - </widget> |
263 |
| - </item> |
264 |
| - <item> |
265 |
| - <widget class="QLabel" name="lblExplanation3"> |
266 |
| - <property name="text"> |
267 |
| - <string>If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.</string> |
268 |
| - </property> |
269 |
| - <property name="wordWrap"> |
270 |
| - <bool>true</bool> |
271 |
| - </property> |
272 |
| - </widget> |
273 |
| - </item> |
274 | 274 | <item>
|
275 | 275 | <spacer name="verticalSpacer">
|
276 | 276 | <property name="orientation">
|
|
0 commit comments