Skip to content

Commit dc47298

Browse files
Update pruning tooltip
This tooltip was a bit confusing and a deterrent more than informative. Can we adjust to something that fits a user looking for a way to save disk space?
1 parent 8d3187f commit dc47298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/optionsdialog.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<item>
5656
<widget class="QCheckBox" name="prune">
5757
<property name="toolTip">
58-
<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>
58+
<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>
5959
</property>
6060
<property name="text">
6161
<string>Prune &amp;block storage to</string>

0 commit comments

Comments
 (0)