Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-06-27 11:03:40 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-06-27 11:03:40 +0400
commit763a737fcc17d1ee0a74ab87bc6e4d16a1c60207 (patch)
tree2cb27b20c18a1eb61697e9f2aa295fafea216aa9 /source/blender/editors/object/object_vgroup.c
parent29547509b47a4d5c4522e983d574817a78a8ec61 (diff)
Changed Tool Tip for clarity
Diffstat (limited to 'source/blender/editors/object/object_vgroup.c')
-rw-r--r--source/blender/editors/object/object_vgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_vgroup.c b/source/blender/editors/object/object_vgroup.c
index 9cf8f7e6f6d..b85c7126fdb 100644
--- a/source/blender/editors/object/object_vgroup.c
+++ b/source/blender/editors/object/object_vgroup.c
@@ -3095,7 +3095,7 @@ void OBJECT_OT_vertex_group_assign(wmOperatorType *ot)
/* 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;