summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-04-01 17:15:15 +0200
committerGitHub <noreply@github.com>2022-04-01 17:15:15 +0200
commitd061dc434254168d403b3a453a5273dd901c2825 (patch)
tree85294e880b1c85f44f27f759f5541d3d95cacc45
parentMerge pull request #8097 from Tachi107/build-cleanup-install (diff)
parentconfigure_debug: Fix typo (diff)
downloadyuzu-d061dc434254168d403b3a453a5273dd901c2825.tar
yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.gz
yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.bz2
yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.lz
yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.xz
yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.zst
yuzu-d061dc434254168d403b3a453a5273dd901c2825.zip
-rw-r--r--src/yuzu/configuration/configure_debug.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui
index edb525e82..c1d90d588 100644
--- a/src/yuzu/configuration/configure_debug.ui
+++ b/src/yuzu/configuration/configure_debug.ui
@@ -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>