summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Kienapfel <Docteh@users.noreply.github.com>2022-10-20 06:55:23 -0700
committerKyle Kienapfel <Docteh@users.noreply.github.com>2022-10-20 06:55:23 -0700
commitd4c0b7b43739e67af1dddf5ec4210f6af809628e (patch)
treea0b3fedade275d9ee558c7683da522183248f4bf
parentc75a4bdeaa893974932221ad6ace69aa67e4d9fa (diff)
Controller Applet had instance of Undocked, make Handheld
Remember that time we renamed the Undocked option to Handheld in the status bar, and then later remembered the Controller Configuration? Scrolling through Transifex I noticed that we still have one instance of "Undocked" in the text.
-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>