Fixed chamfer UI

This commit is contained in:
Markus Lampert
2018-07-02 13:22:34 -07:00
parent 2e372f3fd5
commit 7ba49f9dc7
2 changed files with 45 additions and 51 deletions

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")