Skip to content

Commit

Permalink
Correct misleading "overridden options" label
Browse files Browse the repository at this point in the history
Command-line options override values set in the configuration file and
configuration file options override values set in the GUI.
  • Loading branch information
hebasto committed Nov 23, 2018
1 parent 1e8f88e commit 7514361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/forms/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
<item>
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
<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 name="textFormat">
<enum>Qt::PlainText</enum>
Expand Down

0 comments on commit 7514361

Please sign in to comment.