Remove the "legacy only" from the import colors option

This commit is contained in:
Kevin Martin
2023-12-10 09:33:03 -05:00
committed by Yorik van Havre
parent 37e6c19a4b
commit 00cbc6bab1

View File

@@ -335,11 +335,11 @@ Example: for files in millimeters: 1, in centimeters: 10,
<item>
<widget class="Gui::PrefCheckBox" name="checkBox_2">
<property name="toolTip">
<string>Colors will be retrieved from the DXF objects whenever possible.
Otherwise default colors will be applied. </string>
<string>Colors will set as specified in the DXF file whenever possible.
Otherwise default colors will be applied.</string>
</property>
<property name="text">
<string>Get original colors from the DXF file (legacy importer only)</string>
<string>Use colors from the DXF file</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>dxfGetOriginalColors</cstring>