Merge #14375: qt: Correct misleading "overridden options" label
7514361254
Correct misleading "overridden options" label (Hennadii Stepanov)
Pull request description:
Refs: #3867, #8165.
Tree-SHA512: da3b13a0560654053aeff22a15031ae59a3136abc941f3959440c2d250add7de7ca837c96d721eed69b2cac21d340e1895a186f69383ab82a41fc1e0ee789e5c
This commit is contained in:
commit
d1effa11ad
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue