diff --git a/src/Mod/OpenSCAD/Resources/ui/openscadprefs-base.ui b/src/Mod/OpenSCAD/Resources/ui/openscadprefs-base.ui index 0b1228b10..219747075 100644 --- a/src/Mod/OpenSCAD/Resources/ui/openscadprefs-base.ui +++ b/src/Mod/OpenSCAD/Resources/ui/openscadprefs-base.ui @@ -70,7 +70,7 @@ - If this is checked, Features will claim thier children in the tree view + If this is checked, Features will claim their children in the tree view Use ViewProvider in Tree View @@ -341,7 +341,7 @@ - Maxium Length + Maximum Length MaxLength diff --git a/src/Mod/OpenSCAD/colorcodeshapes.py b/src/Mod/OpenSCAD/colorcodeshapes.py index 405a93045..f60b05d65 100644 --- a/src/Mod/OpenSCAD/colorcodeshapes.py +++ b/src/Mod/OpenSCAD/colorcodeshapes.py @@ -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