From d4c0b7b43739e67af1dddf5ec4210f6af809628e Mon Sep 17 00:00:00 2001
From: Kyle Kienapfel <Docteh@users.noreply.github.com>
Date: Thu, 20 Oct 2022 06:55:23 -0700
Subject: [PATCH] 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.
---
 src/yuzu/applets/qt_controller.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/yuzu/applets/qt_controller.ui b/src/yuzu/applets/qt_controller.ui
index c8cb6bcf38..f5eccba70b 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>