From 1de729d6e9b132a12790854a2bb024ac12df501e Mon Sep 17 00:00:00 2001 From: wood-galaxy Date: Sat, 17 Jan 2015 11:41:22 +0100 Subject: [PATCH] + fixes #0001923: Fix typo for a string within the Arch wokbench --- src/Mod/Arch/ArchRoof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchRoof.py b/src/Mod/Arch/ArchRoof.py index 2e6d9acac..91117e2eb 100644 --- a/src/Mod/Arch/ArchRoof.py +++ b/src/Mod/Arch/ArchRoof.py @@ -137,7 +137,7 @@ class _Roof(ArchComponent.Component): def __init__(self,obj): ArchComponent.Component.__init__(self,obj) obj.addProperty("App::PropertyFloatList","Angles","Arch", translate("Arch","The angles of each slope.")) - obj.addProperty("App::PropertyFloatList","Runs","Arch", translate("Arch","The horizontal lenght projection of each crawling.")) + obj.addProperty("App::PropertyFloatList","Runs","Arch", translate("Arch","The horizontal length projection of each crawling.")) obj.addProperty("App::PropertyIntegerList","IdRel","Arch", translate("Arch","The pane Id of relative profil.")) obj.addProperty("App::PropertyFloatList","Thickness","Arch", translate("Arch","The thickness of the roof pane.")) obj.addProperty("App::PropertyFloatList","Overhang","Arch", translate("Arch","The Overhang of the roof pane."))