0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

Update pruning tooltip, original author BitcoinErrorLog

This commit is contained in:
Riccardo Spagni 2020-07-02 15:18:42 +02:00
parent d6fe5b28df
commit 2fc5efc55c
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -55,7 +55,7 @@
<item>
<widget class="QCheckBox" name="prune">
<property name="toolTip">
<string>Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher.</string>
<string>Enabling pruning significantly reduces the disk space required to store transactions. All blocks are still fully validated. Reverting this setting requires re-downloading the entire blockchain.</string>
</property>
<property name="text">
<string>Prune &amp;block storage to</string>