[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55715] trunk/blender: Usual typo fixing.. .

Bastien Montagne montagne29 at wanadoo.fr
Tue Apr 2 09:27:39 CEST 2013


Revision: 55715
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55715
Author:   mont29
Date:     2013-04-02 07:27:39 +0000 (Tue, 02 Apr 2013)
Log Message:
-----------
Usual typo fixing...

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
    trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c

Modified: trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
===================================================================
--- trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py	2013-04-02 03:51:42 UTC (rev 55714)
+++ trunk/blender/release/scripts/modules/bl_i18n_utils/utils_spell_check.py	2013-04-02 07:27:39 UTC (rev 55715)
@@ -296,6 +296,7 @@
         "spacebar",
         "tooltip", "tooltips",
         "trackpad",
+        "tuple",
         "unicode",
         "viewport", "viewports",
         "viscoelastic",
@@ -437,6 +438,7 @@
         "ascii",
         "atrac",
         "bsdf",
+        "bssrdf",
         "bw",
         "ccd",
         "cmd",

Modified: trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c	2013-04-02 03:51:42 UTC (rev 55714)
+++ trunk/blender/source/blender/editors/sculpt_paint/paint_ops.c	2013-04-02 07:27:39 UTC (rev 55715)
@@ -575,7 +575,7 @@
 static void BRUSH_OT_stencil_control(wmOperatorType *ot)
 {
 	static EnumPropertyItem stencil_control_items[] = {
-		{STENCIL_TRANSLATE, "TRANSLATION", 0, "Transation", ""},
+		{STENCIL_TRANSLATE, "TRANSLATION", 0, "Translation", ""},
 		{STENCIL_SCALE, "SCALE", 0, "Scale", ""},
 		{STENCIL_ROTATE, "ROTATION", 0, "Rotation", ""},
 		{0, NULL, 0, NULL, NULL}




More information about the Bf-blender-cvs mailing list