Fix missed strings for UI consistency

Fix ellipsis rendering
This commit is contained in:
Max Wilfinger
2025-08-08 09:39:11 +02:00
committed by Chris Hennes
parent 2eeff96e99
commit 1850c5dc0f
41 changed files with 117 additions and 118 deletions

View File

@@ -570,7 +570,7 @@ std::list<std::string> Workbench::listCommandbars() const
qApp->translate("MAC_APPLICATION_MENU", "Hide %1");
qApp->translate("MAC_APPLICATION_MENU", "Hide Others");
qApp->translate("MAC_APPLICATION_MENU", "Show All");
qApp->translate("MAC_APPLICATION_MENU", "Preferences");
qApp->translate("MAC_APPLICATION_MENU", "Preferences");
qApp->translate("MAC_APPLICATION_MENU", "Quit %1");
qApp->translate("MAC_APPLICATION_MENU", "About %1");
#endif