Gui: expose the 'Link Actions' toolbar icon to translation

Related to https://github.com/FreeCAD/FreeCAD-translations/issues/51 and https://github.com/FreeCAD/FreeCAD-translations/issues/16
This commit is contained in:
luz paz
2021-11-09 07:29:43 -05:00
committed by Uwe
parent b56cd8007b
commit ef37925b08

View File

@@ -514,6 +514,8 @@ std::list<std::string> Workbench::listCommandbars() const
qApp->translate("Workbench", "Macro");
qApp->translate("Workbench", "View");
qApp->translate("Workbench", "Special Ops");
// needed for Structure toolbar
qApp->translate("Workbench", "Link actions");
#endif
#if 0 // needed for the application menu on OSX