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.
pull/8/head
lat9nq 3 years ago
parent 8f2e5f5666
commit c09a4f4eb6

@ -214,14 +214,14 @@
<item row="1" column="1">
<widget class="QCheckBox" name="enable_all_controllers">
<property name="text">
<string>Enable all Controller Types</string>
<string>Enable All Controller Types</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="disable_web_applet">
<property name="text">
<string>Disable Web Applet**</string>
<string>Disable Web Applet</string>
</property>
</widget>
</item>

Loading…
Cancel
Save