diff options
author | Riccardo Spagni <ric@spagni.net> | 2020-07-02 15:18:42 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2020-07-02 15:18:42 +0200 |
commit | 2fc5efc55c886f1b874ce6cd02c9082b5bb6435a (patch) | |
tree | 3ffcfd79e47b566212e2f829c5ffb5b80c28ce2e /src/qt/forms | |
parent | d6fe5b28dff4c512bad7c9576232d6def10608d4 (diff) |
Update pruning tooltip, original author BitcoinErrorLog
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 2 |
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 &block storage to</string> |