Assembly: BOM properties, update help message

This commit is contained in:
Furgo
2025-04-10 14:20:11 +02:00
parent c4c1b7a1a3
commit 3871379ad2

View File

@@ -402,7 +402,7 @@ class TaskAssemblyCreateBom(QtCore.QObject):
" - "
+ translate(
"Assembly",
"Custom columns : 'Description' and other custom columns you add by clicking on 'Add column' will not have their data overwritten. These columns can be renamed by double-clicking or pressing F2 (Renaming a column will currently lose its data).",
"Custom columns : 'Description' and other custom columns you add by clicking on 'Add column' will not have their data overwritten. If a column name starts with '.' followed by a property name (e.g. '.Length'), it will be auto-populated with that property value. These columns can be renamed by double-clicking or pressing F2 (Renaming a column will currently lose its data).",
)
+ "\n"
"\n"