[Bf-blender-cvs] [0d6e88b] master: Fix operator tooltip MBALL_OT_duplicate_move

Sybren A. Stüvel noreply at git.blender.org
Wed Jan 14 16:00:26 CET 2015


Commit: 0d6e88b446d667f66bd63d5cdcbdc91339575bf1
Author: Sybren A. Stüvel
Date:   Wed Jan 14 15:57:32 2015 +0100
Branches: master
https://developer.blender.org/rB0d6e88b446d667f66bd63d5cdcbdc91339575bf1

Fix operator tooltip MBALL_OT_duplicate_move

===================================================================

M	source/blender/editors/metaball/mball_ops.c

===================================================================

diff --git a/source/blender/editors/metaball/mball_ops.c b/source/blender/editors/metaball/mball_ops.c
index 0723bb4..3af85c3 100644
--- a/source/blender/editors/metaball/mball_ops.c
+++ b/source/blender/editors/metaball/mball_ops.c
@@ -60,7 +60,7 @@ void ED_operatormacros_metaball(void)
 	wmOperatorTypeMacro *otmacro;
 
 	ot = WM_operatortype_append_macro("MBALL_OT_duplicate_move", "Duplicate",
-	                                  "Make copies of the selected bones within the same armature and move them",
+	                                  "Make copies of the selected metaelements and move them",
 	                                  OPTYPE_UNDO | OPTYPE_REGISTER);
 	WM_operatortype_macro_define(ot, "MBALL_OT_duplicate_metaelems");
 	otmacro = WM_operatortype_macro_define(ot, "TRANSFORM_OT_translate");




More information about the Bf-blender-cvs mailing list