diff options
author | liamwhite <[email protected]> | 2022-10-20 18:05:05 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-20 18:05:05 -0400 |
commit | 9e168370880ad7b0580e7b5dd313c1e52a64707e (patch) | |
tree | 3283fc8f81b7fd1087dcdd616fece8803b68133e | |
parent | c0b1bdd23735c9668acad5f82186059194a27bf7 (diff) | |
parent | d4c0b7b43739e67af1dddf5ec4210f6af809628e (diff) | |
download | yuzu-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.ui | 2 |
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> |