From 22c652f7660eab7a49e4fed3f2d248e9dea46c49 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 2 Dec 2020 06:57:19 -0500 Subject: [PATCH] Path: Added revision suggested by @cheenes Co-authored-by: Chris Hennes [skip ci] --- src/Mod/Path/PathScripts/post/gcode_pre.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/post/gcode_pre.py b/src/Mod/Path/PathScripts/post/gcode_pre.py index 7b54be39ed..f6707fd3cd 100644 --- a/src/Mod/Path/PathScripts/post/gcode_pre.py +++ b/src/Mod/Path/PathScripts/post/gcode_pre.py @@ -115,7 +115,7 @@ def insert(filename, docname): res = PathOpGui.CommandResources('Custom', PathCustom.Create, PathCustomGui.TaskPanelOpPage, 'Path_Custom', - 'Path_Custom', '', '' + QtCore.QT_TRANSLATE_NOOP('Path_Custom', 'Custom'), '', '' ) obj.ViewObject.Proxy = PathOpGui.ViewProvider(obj.ViewObject, res) obj.ViewObject.Proxy.setDeleteObjectsOnReject(False)