diff options
author | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-10-20 06:55:23 -0700 |
---|---|---|
committer | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-10-20 06:55:23 -0700 |
commit | d4c0b7b43739e67af1dddf5ec4210f6af809628e (patch) | |
tree | a0b3fedade275d9ee558c7683da522183248f4bf | |
parent | c75a4bdeaa893974932221ad6ace69aa67e4d9fa (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.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> |