Arch: typo fix
continuation of #953 found today in https://crowdin.com/translate/freecad/6766/en-ja#6499525
This commit is contained in:
@@ -154,7 +154,7 @@ class _Rebar(ArchComponent.Component):
|
||||
def __init__(self,obj):
|
||||
ArchComponent.Component.__init__(self,obj)
|
||||
obj.addProperty("App::PropertyLength","Diameter","Arch",QT_TRANSLATE_NOOP("App::Property","The diameter of the bar"))
|
||||
obj.addProperty("App::PropertyLength","OffsetStart","Arch",QT_TRANSLATE_NOOP("App::Property","The distance between the border of the beam and the fist bar (concrete cover)."))
|
||||
obj.addProperty("App::PropertyLength","OffsetStart","Arch",QT_TRANSLATE_NOOP("App::Property","The distance between the border of the beam and the first bar (concrete cover)."))
|
||||
obj.addProperty("App::PropertyLength","OffsetEnd","Arch",QT_TRANSLATE_NOOP("App::Property","The distance between the border of the beam and the last bar (concrete cover)."))
|
||||
obj.addProperty("App::PropertyInteger","Amount","Arch",QT_TRANSLATE_NOOP("App::Property","The amount of bars"))
|
||||
obj.addProperty("App::PropertyLength","Spacing","Arch",QT_TRANSLATE_NOOP("App::Property","The spacing between the bars"))
|
||||
|
||||
@@ -529,7 +529,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="ArchRebar.py" line="166"/>
|
||||
<source>The distance between the border of the beam and the fist bar (concrete cover).</source>
|
||||
<source>The distance between the border of the beam and the first bar (concrete cover).</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
Reference in New Issue
Block a user