Przeglądaj źródła

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.
Kyle Kienapfel 3 lat temu
rodzic
commit
d4c0b7b437
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/yuzu/applets/qt_controller.ui

+ 1 - 1
src/yuzu/applets/qt_controller.ui

@@ -2300,7 +2300,7 @@
             <item>
             <item>
              <widget class="QRadioButton" name="radioUndocked">
              <widget class="QRadioButton" name="radioUndocked">
               <property name="text">
               <property name="text">
-               <string>Undocked</string>
+               <string>Handheld</string>
               </property>
               </property>
              </widget>
              </widget>
             </item>
             </item>