From 0e4cf2e758cb36239401dc1ae2aced749a8653ab Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 30 Nov 2020 08:28:05 -0500 Subject: [PATCH] Path: Added missing Path_Custom in previous commit --- src/Mod/Path/PathScripts/PathCustomGui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")