Updated ts files

This commit is contained in:
Yorik van Havre
2016-02-12 14:22:04 -02:00
parent b1dc2cbf94
commit 6a35ef38c7
30 changed files with 4470 additions and 941 deletions

View File

@@ -119,7 +119,7 @@ class CommandPathHop:
FreeCAD.Console.PrintError(translate("Path_Hop","The selected object is not a path\n"))
return
FreeCAD.ActiveDocument.openTransaction(translate("Pat_hHop","Create Hop"))
FreeCAD.ActiveDocument.openTransaction(translate("Path_Hop","Create Hop"))
FreeCADGui.addModule("PathScripts.PathHop")
FreeCADGui.addModule("PathScripts.PathUtils")
FreeCADGui.doCommand('obj = FreeCAD.ActiveDocument.addObject("Path::FeaturePython","Hop")')