[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57814] trunk/blender/source/blender/ editors/object/object_vgroup.c: Changed Tool Tip for clarity

Gaia Clary gaia.clary at machinimatrix.org
Thu Jun 27 09:03:41 CEST 2013


Revision: 57814
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57814
Author:   gaiaclary
Date:     2013-06-27 07:03:40 +0000 (Thu, 27 Jun 2013)
Log Message:
-----------
Changed Tool Tip for clarity

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-06-27 06:49:23 UTC (rev 57813)
+++ trunk/blender/source/blender/editors/object/object_vgroup.c	2013-06-27 07:03:40 UTC (rev 57814)
@@ -3095,7 +3095,7 @@
 	/* identifiers */
 	ot->name = "Assign Vertex Group";
 	ot->idname = "OBJECT_OT_vertex_group_assign";
-	ot->description = "Assign the selected vertices to the current (or a new) vertex group";
+	ot->description = "Assign the selected vertices to the active (or a new) vertex group";
 	
 	/* api callbacks */
 	ot->poll = vertex_group_vert_select_unlocked_poll;




More information about the Bf-blender-cvs mailing list