Skip to content

Commit 7514361

Browse files
committed
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.
1 parent 1e8f88e commit 7514361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/optionsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
<item>
715715
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
716716
<property name="text">
717-
<string>Active command-line options that override above options:</string>
717+
<string>Options set in this dialog are overridden by the command line or in the configuration file:</string>
718718
</property>
719719
<property name="textFormat">
720720
<enum>Qt::PlainText</enum>

0 commit comments

Comments
 (0)