main.ui: Remove unnecessary & characters from strings

This commit is contained in:
OpenSauce04 2025-03-09 13:52:27 +00:00
parent 21d01fef30
commit c5eaa44103

View File

@ -50,7 +50,7 @@
</property> </property>
<widget class="QMenu" name="menu_File"> <widget class="QMenu" name="menu_File">
<property name="title"> <property name="title">
<string>&amp;File</string> <string>File</string>
</property> </property>
<widget class="QMenu" name="menu_Boot_Home_Menu"> <widget class="QMenu" name="menu_Boot_Home_Menu">
<property name="title"> <property name="title">
@ -91,7 +91,7 @@
</widget> </widget>
<widget class="QMenu" name="menu_Emulation"> <widget class="QMenu" name="menu_Emulation">
<property name="title"> <property name="title">
<string>&amp;Emulation</string> <string>Emulation</string>
</property> </property>
<widget class="QMenu" name="menu_Save_State"> <widget class="QMenu" name="menu_Save_State">
<property name="title"> <property name="title">
@ -119,7 +119,7 @@
</widget> </widget>
<widget class="QMenu" name="menu_View"> <widget class="QMenu" name="menu_View">
<property name="title"> <property name="title">
<string>&amp;View</string> <string>View</string>
</property> </property>
<widget class="QMenu" name="menu_View_Debugging"> <widget class="QMenu" name="menu_View_Debugging">
<property name="title"> <property name="title">
@ -207,7 +207,7 @@
</widget> </widget>
<widget class="QMenu" name="menu_Help"> <widget class="QMenu" name="menu_Help">
<property name="title"> <property name="title">
<string>&amp;Help</string> <string>Help</string>
</property> </property>
<addaction name="separator"/> <addaction name="separator"/>
<addaction name="action_Report_Compatibility"/> <addaction name="action_Report_Compatibility"/>
@ -275,7 +275,7 @@
</action> </action>
<action name="action_Exit"> <action name="action_Exit">
<property name="text"> <property name="text">
<string>E&amp;xit</string> <string>Exit</string>
</property> </property>
</action> </action>
<action name="action_Pause"> <action name="action_Pause">
@ -283,7 +283,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Pause</string> <string>Pause</string>
</property> </property>
</action> </action>
<action name="action_Stop"> <action name="action_Stop">
@ -291,7 +291,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Stop</string> <string>Stop</string>
</property> </property>
</action> </action>
<action name="action_Save"> <action name="action_Save">
@ -489,7 +489,7 @@
<string>Open Log Folder</string> <string>Open Log Folder</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Opens the Citra Log folder</string> <string>Opens the Azahar Log folder</string>
</property> </property>
</action> </action>
<action name="action_Screen_Layout_Default"> <action name="action_Screen_Layout_Default">