Draft: UI Grammar fixes

In preferences-dxf.ui I think the intention was to write `join` and not `joint`. @wmayer please confirm, thanks!
This commit is contained in:
Unknown
2017-10-12 15:22:42 -04:00
committed by wmayer
parent 15c0d38536
commit 3a097116a5
2 changed files with 2 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ Values with differences below this value will be treated as same.</string>
<item>
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_6">
<property name="toolTip">
<string>If this is checked, objects will appear as filled as default. Otherwise, they will appear as wireframe</string>
<string>If this is checked, objects will appear as filled by default. Otherwise, they will appear as wireframe</string>
</property>
<property name="text">
<string>Fill objects with faces whenever possible</string>

View File

@@ -310,7 +310,7 @@ Ex: for files in millimeters: 1, in centimeters: 10, in meters: 1000, in inches:
<item>
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_9">
<property name="toolTip">
<string>If checked, freecad will try to joint coincident objects into wires. Beware, this can take a while...</string>
<string>If checked, FreeCAD will try to join coincident objects into wires. Beware, this can take a while...</string>
</property>
<property name="text">
<string>Join geometry</string>