Arch: add missing paranthesis to strings
Found while approving translations in crowdin
This commit is contained in:
@@ -677,9 +677,9 @@ class _Structure(ArchComponent.Component):
|
||||
if not "ComputedLength" in pl:
|
||||
obj.addProperty("App::PropertyDistance", "ComputedLength", "ExtrusionPath", QT_TRANSLATE_NOOP("App::Property", "The computed length of the extrusion path"), 1)
|
||||
if not "ToolOffsetFirst" in pl:
|
||||
obj.addProperty("App::PropertyDistance", "ToolOffsetFirst", "ExtrusionPath", QT_TRANSLATE_NOOP("App::Property", "Start offset distance along the extrusion path (positive: extend, negative: trim"))
|
||||
obj.addProperty("App::PropertyDistance", "ToolOffsetFirst", "ExtrusionPath", QT_TRANSLATE_NOOP("App::Property", "Start offset distance along the extrusion path (positive: extend, negative: trim)"))
|
||||
if not "ToolOffsetLast" in pl:
|
||||
obj.addProperty("App::PropertyDistance", "ToolOffsetLast", "ExtrusionPath", QT_TRANSLATE_NOOP("App::Property", "End offset distance along the extrusion path (positive: extend, negative: trim"))
|
||||
obj.addProperty("App::PropertyDistance", "ToolOffsetLast", "ExtrusionPath", QT_TRANSLATE_NOOP("App::Property", "End offset distance along the extrusion path (positive: extend, negative: trim)"))
|
||||
if not "BasePerpendicularToTool" in pl:
|
||||
obj.addProperty("App::PropertyBool", "BasePerpendicularToTool", "ExtrusionPath", QT_TRANSLATE_NOOP("App::Property", "Automatically align the Base of the Structure perpendicular to the Tool axis"))
|
||||
if not "BaseOffsetX" in pl:
|
||||
|
||||
Reference in New Issue
Block a user