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:
luzpaz
2026-01-04 20:52:30 -05:00
committed by Max Wilfinger
parent f4420324e9
commit acbcc7fa57

View File

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