[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30485] branches/soc-2010-jwilkins/release /scripts/ui/space_view3d_toolbar.py: * spelling error, "substract"

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jul 19 09:27:36 CEST 2010


Revision: 30485
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30485
Author:   jwilkins
Date:     2010-07-19 09:27:36 +0200 (Mon, 19 Jul 2010)

Log Message:
-----------
* spelling error, "substract"

Modified Paths:
--------------
    branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py

Modified: branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-07-19 07:26:41 UTC (rev 30484)
+++ branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-07-19 07:27:36 UTC (rev 30485)
@@ -1114,7 +1114,7 @@
             #if brush.sculpt_tool in ('DRAW', 'INFLATE', 'CLAY', 'CLAY_STRIPS', 'PINCH', 'CREASE', 'BLOB', 'FLATTEN'):
             if brush.sculpt_tool in ('DRAW', 'INFLATE', 'CLAY', 'PINCH', 'CREASE', 'BLOB', 'FLATTEN'):
                 col.prop(brush, "add_col", text="Add Color")
-                col.prop(brush, "sub_col", text="Substract Color")
+                col.prop(brush, "sub_col", text="Subtract Color")
             else:
                 col.prop(brush, "add_col", text="Color")
 





More information about the Bf-blender-cvs mailing list