Skip to content

Commit

Permalink
Update to pruning tooltip after feedback
Browse files Browse the repository at this point in the history
Update to pruning tooltip after feedback
  • Loading branch information
BitcoinErrorLog authored Jul 1, 2020
1 parent dc47298 commit 1c82a82
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>>Enabling pruning significantly reduces the disk space required to verify transactions by removing some advanced features. Reverting this setting requires downloading the entire blockchain again.</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 1c82a82

Please sign in to comment.