fix typos in OpenSCAD workbench
This commit is contained in:
parent
604c556b85
commit
a4cc793c4c
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user