fix typos in OpenSCAD workbench

This commit is contained in:
Johannes Reinhardt 2014-05-16 15:17:32 +02:00 committed by wmayer
parent 604c556b85
commit a4cc793c4c
2 changed files with 4 additions and 4 deletions

View File

@ -70,7 +70,7 @@
<item>
<widget class="Gui::PrefCheckBox" name="gui::prefcheckboxviewtreeprovider">
<property name="toolTip">
<string>If this is checked, Features will claim thier children in the tree view</string>
<string>If this is checked, Features will claim their children in the tree view</string>
</property>
<property name="text">
<string>Use ViewProvider in Tree View</string>
@ -341,7 +341,7 @@
<item row="0" column="2">
<widget class="QLabel" name="label_3m">
<property name="toolTip">
<string>Maxium Length</string>
<string>Maximum Length</string>
</property>
<property name="text">
<string>MaxLength</string>

View File

@ -25,8 +25,8 @@ __author__ = "Sebastian Hoogen"
__url__ = ["http://www.freecadweb.org"]
'''
This Script includes python functions to ifind out the most basic shape type
in a compound and to change the color of shapes according to thier shape type
This Script includes python functions to find out the most basic shape type
in a compound and to change the color of shapes according to their shape type
'''
import FreeCAD