Rename Preferences to "Program preferences..."

Machine settings is now named "Preferences" on macOS instead
This commit is contained in:
Cacodemon345
2021-12-28 22:06:46 +06:00
parent 98c5115b99
commit 6b07e10947

View File

@@ -229,6 +229,9 @@
<property name="text">
<string>Settings</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
</action>
<action name="actionFullscreen">
<property name="text">
@@ -524,7 +527,10 @@
</action>
<action name="actionPreferences">
<property name="text">
<string>Preferences</string>
<string>Program preferences...</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
</widget>