Update CommandSketcherVirtualSpace.cpp

This commit is contained in:
FreeCAD-Tools
2021-09-27 16:09:54 +03:00
committed by GitHub
parent 690f191165
commit ffd7223d55

View File

@@ -89,7 +89,7 @@ CmdSketcherSwitchVirtualSpace::CmdSketcherSwitchVirtualSpace()
: Command("Sketcher_SwitchVirtualSpace")
{
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sGroup = QT_TRANSLATE_NOOP("Workbench","Sketcher");
sMenuText = QT_TR_NOOP("Switch virtual space");
sToolTipText = QT_TR_NOOP("Switches the selected constraints or the view to the other virtual space");
sWhatsThis = "Sketcher_SwitchVirtualSpace";