configure_debug: Fix typo
I thought I removed the double-asterisks in
db637b5a4c
but I am apparently mistaken.
This corrects that.
While we're at it, capitalize `All` in the previous setting.
This commit is contained in:
parent
8f2e5f5666
commit
c09a4f4eb6
|
@ -214,14 +214,14 @@
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QCheckBox" name="enable_all_controllers">
|
<widget class="QCheckBox" name="enable_all_controllers">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable all Controller Types</string>
|
<string>Enable All Controller Types</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QCheckBox" name="disable_web_applet">
|
<widget class="QCheckBox" name="disable_web_applet">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disable Web Applet**</string>
|
<string>Disable Web Applet</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Reference in New Issue