Skip to content

Commit

Permalink
Update pruning tooltip, original author BitcoinErrorLog
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffypony committed Jul 2, 2020
1 parent d6fe5b2 commit 2fc5efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/forms/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2fc5efc

Please sign in to comment.