[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53880] trunk/blender/source/blender/ editors/object/object_vgroup.c: "Fix" for [#33903] Wrong description string in "remove vertices from vertex group" function - just making the tooltip describe both possible actions by this op!

Bastien Montagne montagne29 at wanadoo.fr
Thu Jan 17 14:29:33 CET 2013


Revision: 53880
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53880
Author:   mont29
Date:     2013-01-17 13:29:32 +0000 (Thu, 17 Jan 2013)
Log Message:
-----------
"Fix" for [#33903] Wrong description string in "remove vertices from vertex group" function - just making the tooltip describe both possible actions by this op!

Modified Paths:
--------------
    trunk/blender/source/blender/editors/object/object_vgroup.c

Modified: trunk/blender/source/blender/editors/object/object_vgroup.c
===================================================================
--- trunk/blender/source/blender/editors/object/object_vgroup.c	2013-01-17 11:35:33 UTC (rev 53879)
+++ trunk/blender/source/blender/editors/object/object_vgroup.c	2013-01-17 13:29:32 UTC (rev 53880)
@@ -2725,7 +2725,7 @@
 	/* identifiers */
 	ot->name = "Remove from Vertex Group";
 	ot->idname = "OBJECT_OT_vertex_group_remove_from";
-	ot->description = "Remove the selected vertices from the active vertex group";
+	ot->description = "Remove the selected vertices from active or all vertex group(s)";
 
 	/* api callbacks */
 	ot->poll = vertex_group_poll_edit_or_wpaint_vert_select;




More information about the Bf-blender-cvs mailing list