diff options
author | lat9nq <lat9nq@gmail.com> | 2022-03-24 22:17:20 +0100 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-03-24 22:20:19 +0100 |
commit | c09a4f4eb6e22dfeb6f6701878f1af17daf533a9 (patch) | |
tree | b94728c23cf236b1ddf6ec11c269c21eca4bf940 | |
parent | Merge pull request #8074 from liamwhite/cached-words (diff) | |
download | yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.tar yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.tar.gz yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.tar.bz2 yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.tar.lz yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.tar.xz yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.tar.zst yuzu-c09a4f4eb6e22dfeb6f6701878f1af17daf533a9.zip |
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 4 |
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> |