Arch: typo fix

continuation of #953
found today in https://crowdin.com/translate/freecad/6766/en-ja#6499525
This commit is contained in:
luzpaz
2017-08-28 17:31:18 -04:00
parent a5bc70cca0
commit 409f5186ca
2 changed files with 2 additions and 2 deletions

View File

@@ -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"))

View File

@@ -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>