From 4d6226a244e019b23002542cd63877e18166cf02 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Tue, 13 Jun 2017 14:08:38 -0300 Subject: [PATCH] Draft: Fixed typo --- src/Mod/Arch/ArchWall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchWall.py b/src/Mod/Arch/ArchWall.py index 111cb006d6..0caef5ea6a 100644 --- a/src/Mod/Arch/ArchWall.py +++ b/src/Mod/Arch/ArchWall.py @@ -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)