consistent preposition
This commit is contained in:
committed by
Chris Hennes
parent
4ca08595ad
commit
49ed687afc
@@ -64,7 +64,7 @@ class ArchGrid:
|
||||
if not "Columns" in pl:
|
||||
obj.addProperty("App::PropertyInteger","Columns","Grid",QT_TRANSLATE_NOOP("Arch_Grid",'The number of columns'))
|
||||
if not "RowSize" in pl:
|
||||
obj.addProperty("App::PropertyFloatList","RowSize","Grid",QT_TRANSLATE_NOOP("Arch_Grid",'The sizes for rows'))
|
||||
obj.addProperty("App::PropertyFloatList","RowSize","Grid",QT_TRANSLATE_NOOP("Arch_Grid",'The sizes of rows'))
|
||||
if not "ColumnSize" in pl:
|
||||
obj.addProperty("App::PropertyFloatList","ColumnSize","Grid",QT_TRANSLATE_NOOP("Arch_Grid",'The sizes of columns'))
|
||||
if not "Spans" in pl:
|
||||
|
||||
Reference in New Issue
Block a user