Merge pull request #1 from luzpaz/ArchStairs_Improvement_9

Typo fix for Archstair_Improvement9
This commit is contained in:
paul
2018-10-04 03:30:04 +08:00
committed by Yorik van Havre
parent 294100d95e
commit 1e23a42068

View File

@@ -332,7 +332,7 @@ class _Stairs(ArchComponent.Component):
# TODO - To be combined into Width when PropertyLengthList is available
if not "WidthOfLanding" in pl:
obj.addProperty("App::PropertyFloatList","WidthOfLanding","Stairs",QT_TRANSLATE_NOOP("App::Property","The width of a Landing (2nd edge and after - 1st edge follow Width property"))
obj.addProperty("App::PropertyFloatList","WidthOfLanding","Stairs",QT_TRANSLATE_NOOP("App::Property","The width of a Landing (Second edge and after - First edge follows Width property"))
# steps properties
if not "NumberOfSteps" in pl: