Fix operator tooltip MBALL_OT_duplicate_move

This commit is contained in:
Sybren A. Stüvel 2015-01-14 15:57:32 +01:00
parent bcd9b29a0d
commit 0d6e88b446
1 changed files with 1 additions and 1 deletions

View File

@ -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");