diff options
| author | 2022-04-01 11:15:15 -0400 | |
|---|---|---|
| committer | 2022-04-01 11:15:15 -0400 | |
| commit | d061dc434254168d403b3a453a5273dd901c2825 (patch) | |
| tree | 85294e880b1c85f44f27f759f5541d3d95cacc45 | |
| parent | Merge pull request #8097 from Tachi107/build-cleanup-install (diff) | |
| parent | configure_debug: Fix typo (diff) | |
| download | yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.gz yuzu-d061dc434254168d403b3a453a5273dd901c2825.tar.xz yuzu-d061dc434254168d403b3a453a5273dd901c2825.zip | |
Merge pull request #8079 from lat9nq/applet-typo
configure_debug: Fix typo
| -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 @@ | |||
| 214 | <item row="1" column="1"> | 214 | <item row="1" column="1"> |
| 215 | <widget class="QCheckBox" name="enable_all_controllers"> | 215 | <widget class="QCheckBox" name="enable_all_controllers"> |
| 216 | <property name="text"> | 216 | <property name="text"> |
| 217 | <string>Enable all Controller Types</string> | 217 | <string>Enable All Controller Types</string> |
| 218 | </property> | 218 | </property> |
| 219 | </widget> | 219 | </widget> |
| 220 | </item> | 220 | </item> |
| 221 | <item row="2" column="1"> | 221 | <item row="2" column="1"> |
| 222 | <widget class="QCheckBox" name="disable_web_applet"> | 222 | <widget class="QCheckBox" name="disable_web_applet"> |
| 223 | <property name="text"> | 223 | <property name="text"> |
| 224 | <string>Disable Web Applet**</string> | 224 | <string>Disable Web Applet</string> |
| 225 | </property> | 225 | </property> |
| 226 | </widget> | 226 | </widget> |
| 227 | </item> | 227 | </item> |