DXF: rename "Group layers into blocks" setting (#21896)

* DXF: rename "Group layers into blocks" setting

* DXF: apply suggested improvement children => contents

* Import: DXF, change tooltip to reflect the reality of the current code

https://github.com/FreeCAD/FreeCAD/pull/21896#issuecomment-2958611607
This commit is contained in:
Furgo
2025-06-17 09:38:38 +02:00
committed by GitHub
parent e8ae780ae5
commit a91bf4ee78

View File

@@ -394,11 +394,11 @@ Note that this can take a while!</string>
<item>
<widget class="Gui::PrefCheckBox" name="checkBox_groupLayers">
<property name="toolTip">
<string>Objects from the same layers will be joined into Draft Blocks,
<string>Objects from the same layers will be joined into Part Compounds,
turning the display faster, but making them less easily editable.</string>
</property>
<property name="text">
<string>Group layers into blocks</string>
<string>Merge layer contents into blocks</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>groupLayers</cstring>