Fixed chamfer UI

This commit is contained in:
Markus Lampert
2018-07-06 22:08:47 -07:00
parent c4c30fba9d
commit c4426c28e6
2 changed files with 45 additions and 51 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ Command = PathOpGui.SetupOperation('Chamfer',
TaskPanelOpPage,
'Path-Chamfer',
QtCore.QT_TRANSLATE_NOOP("PathChamfer", "Chamfer"),
QtCore.QT_TRANSLATE_NOOP("PathChamfer", "Creates an Engraving Path around a Draft ShapeString"))
QtCore.QT_TRANSLATE_NOOP("PathChamfer", "Creates a Chamfer Path along Edges or around Faces"))
FreeCAD.Console.PrintLog("Loading PathChamferGui... done\n")