Browse Source

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/15/merge
lat9nq 4 years ago
parent
commit
c09a4f4eb6
  1. 4
      src/yuzu/configuration/configure_debug.ui

4
src/yuzu/configuration/configure_debug.ui

@ -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>

Loading…
Cancel
Save