Draft: Fixed typo

This commit is contained in:
Yorik van Havre
2017-06-13 14:08:38 -03:00
parent 0e9a3c48cb
commit 4d6226a244

View File

@@ -544,7 +544,7 @@ class _Wall(ArchComponent.Component):
elif Draft.getType(obj.Base) == "Sketch":
obj.Base.movePoint(0,2,p2,0)
else:
FreeCAD.Console.PrintError(translate("Arch","Error: Unable to modify the base obect of this wall")+"\n")
FreeCAD.Console.PrintError(translate("Arch","Error: Unable to modify the base object of this wall")+"\n")
self.hideSubobjects(obj,prop)
ArchComponent.Component.onChanged(self,obj,prop)