[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54858] trunk/blender/source/blender/ makesrna/intern/rna_scene.c: Some minor UI messages fixes.

Bastien Montagne montagne29 at wanadoo.fr
Mon Feb 25 20:16:04 CET 2013


Revision: 54858
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54858
Author:   mont29
Date:     2013-02-25 19:16:04 +0000 (Mon, 25 Feb 2013)
Log Message:
-----------
Some minor UI messages fixes.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_scene.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c	2013-02-25 16:06:59 UTC (rev 54857)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c	2013-02-25 19:16:04 UTC (rev 54858)
@@ -1530,8 +1530,8 @@
 
 	static EnumPropertyItem draw_groupuser_items[] = {
 		{OB_DRAW_GROUPUSER_NONE, "NONE", 0, "None", ""},
-		{OB_DRAW_GROUPUSER_ACTIVE, "ACTIVE", 0, "Active", "Show vertices with no weights in the actuve group"},
-		{OB_DRAW_GROUPUSER_ALL, "ALL", 0, "All", "Show vertices with no weights in the any group"},
+		{OB_DRAW_GROUPUSER_ACTIVE, "ACTIVE", 0, "Active", "Show vertices with no weights in the active group"},
+		{OB_DRAW_GROUPUSER_ALL, "ALL", 0, "All", "Show vertices with no weights in any group"},
 		{0, NULL, 0, NULL, NULL}
 	};
 




More information about the Bf-blender-cvs mailing list