Draft: Renamed Layer to VisGroup

This commit is contained in:
Yorik van Havre
2014-06-10 10:21:01 -03:00
parent 2320e994b3
commit 4e595bd7bb
9 changed files with 31 additions and 31 deletions

View File

@@ -291,13 +291,13 @@
<item>
<widget class="Gui::PrefCheckBox" name="checkBox">
<property name="toolTip">
<string>If this is checked, DXF layers will be imported as Draft layers</string>
<string>If this is checked, DXF layers will be imported as Draft VisGroups</string>
</property>
<property name="text">
<string>Use Draft Layers</string>
<string>Use VisGroups</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>dxfUseDraftLayers</cstring>
<cstring>dxfUseDraftVisGroups</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>Mod/Draft</cstring>