aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJarol Rodriguez <jarolrod@tutanota.com>2021-09-07 01:43:13 -0400
committerJarol Rodriguez <jarolrod@tutanota.com>2021-09-13 01:58:41 -0400
commit9bd168bf5457c6fd9770769547d8757bf14813b0 (patch)
treea3b8eb4af2bc540638f7050e03335b3a554a93f8 /src
parent6718fbe90a0d9384c4d954b65f1fd4e69838d10c (diff)
downloadbitcoin-9bd168bf5457c6fd9770769547d8757bf14813b0.tar.xz
qt: add missing tooltips to options menu settings
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/optionsdialog.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui
index 2ff1445709..59d220636d 100644
--- a/src/qt/forms/optionsdialog.ui
+++ b/src/qt/forms/optionsdialog.ui
@@ -104,6 +104,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_2_Main">
<item>
<widget class="QLabel" name="databaseCacheLabel">
+ <property name="toolTip">
+ <string extracomment="Tooltip text for Options window setting that sets the size of the database cache. Explains the corresponding effects of increasing/decreasing this value.">Maximum database cache size. A larger cache can contribute to faster sync, after which the benefit is less pronounced for most use cases. Lowering the cache size will reduce memory usage. Unused mempool memory is shared for this cache.</string>
+ </property>
<property name="text">
<string>Size of &amp;database cache</string>
</property>
@@ -147,6 +150,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_Main_VerifyLabel">
<item>
<widget class="QLabel" name="threadsScriptVerifLabel">
+ <property name="toolTip">
+ <string extracomment="Tooltip text for Options window setting that sets the number of script verification threads. Explains that negative values mean to leave these many cores free to the system.">Set the number of script verification threads. Negative values correspond to the number of cores you want to leave free to the system.</string>
+ </property>
<property name="text">
<string>Number of script &amp;verification threads</string>
</property>