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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user