mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 11:33:46 +02:00
Correct misleading "overridden options" label
Command-line options override values set in the configuration file and configuration file options override values set in the GUI.
This commit is contained in:
@@ -714,7 +714,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
|
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Active command-line options that override above options:</string>
|
<string>Options set in this dialog are overridden by the command line or in the configuration file:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
<enum>Qt::PlainText</enum>
|
<enum>Qt::PlainText</enum>
|
||||||
|
Reference in New Issue
Block a user