aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2020-07-02 15:18:42 +0200
committerRiccardo Spagni <ric@spagni.net>2020-07-02 15:18:42 +0200
commit2fc5efc55c886f1b874ce6cd02c9082b5bb6435a (patch)
tree3ffcfd79e47b566212e2f829c5ffb5b80c28ce2e /src/qt/forms
parentd6fe5b28dff4c512bad7c9576232d6def10608d4 (diff)
Update pruning tooltip, original author BitcoinErrorLog
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/optionsdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui
index fea759dee0..d8ce29ecd2 100644
--- a/src/qt/forms/optionsdialog.ui
+++ b/src/qt/forms/optionsdialog.ui
@@ -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>