Эх сурвалжийг харах

configure_debug: Fix typo

I thought I removed the double-asterisks in
db637b5a4c02772eb827ed01a6ecb430e4b65daa but I am apparently mistaken.
This corrects that.

While we're at it, capitalize `All` in the previous setting.
lat9nq 4 жил өмнө
parent
commit
c09a4f4eb6

+ 2 - 2
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>