BIM: Fix typo in ArchComponent.py documentation
Removes ellipsis to avoid confusion for translators. Fixes https://github.com/FreeCAD/FreeCAD-translations/issues/341
This commit is contained in:
@@ -273,7 +273,7 @@ class Component(ArchIFC.IfcProduct):
|
||||
"Component",
|
||||
QT_TRANSLATE_NOOP(
|
||||
"App::Property",
|
||||
"An optional standard (OmniClass, etc…) code for this component",
|
||||
"An optional standard (OmniClass, etc.) code for this component",
|
||||
),
|
||||
locked=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user