diff --git a/src/Mod/Path/PathScripts/PathCustomGui.py b/src/Mod/Path/PathScripts/PathCustomGui.py index a859a8e067..987bcfb50e 100644 --- a/src/Mod/Path/PathScripts/PathCustomGui.py +++ b/src/Mod/Path/PathScripts/PathCustomGui.py @@ -76,9 +76,9 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage): Command = PathOpGui.SetupOperation('Custom', PathCustom.Create, TaskPanelOpPage, - 'Path-Custom', - QtCore.QT_TRANSLATE_NOOP("Custom", "Custom"), - QtCore.QT_TRANSLATE_NOOP("Custom", "Create custom gcode snippet"), + 'Path_Custom', + QtCore.QT_TRANSLATE_NOOP("Path_Custom", "Custom"), + QtCore.QT_TRANSLATE_NOOP("Path_Custom", "Create custom gcode snippet"), PathCustom.SetupProperties) FreeCAD.Console.PrintLog("Loading PathCustomGui... done\n")