aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorliamwhite <[email protected]>2022-10-20 18:05:05 -0400
committerGitHub <[email protected]>2022-10-20 18:05:05 -0400
commit9e168370880ad7b0580e7b5dd313c1e52a64707e (patch)
tree3283fc8f81b7fd1087dcdd616fece8803b68133e
parentc0b1bdd23735c9668acad5f82186059194a27bf7 (diff)
parentd4c0b7b43739e67af1dddf5ec4210f6af809628e (diff)
downloadyuzu-mainline-9e168370880ad7b0580e7b5dd313c1e52a64707e.tar.gz
yuzu-mainline-9e168370880ad7b0580e7b5dd313c1e52a64707e.zip
Merge pull request #9099 from Docteh/undocked
Controller Applet had instance of Undocked, make Handheld
-rw-r--r--src/yuzu/applets/qt_controller.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/qt_controller.ui b/src/yuzu/applets/qt_controller.ui
index c8cb6bcf3..f5eccba70 100644
--- a/src/yuzu/applets/qt_controller.ui
+++ b/src/yuzu/applets/qt_controller.ui
@@ -2300,7 +2300,7 @@
<item>
<widget class="QRadioButton" name="radioUndocked">
<property name="text">
- <string>Undocked</string>
+ <string>Handheld</string>
</property>
</widget>
</item>