From ed12a5d001a5521cf71d740c2e48c62e6a67b8bd Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 12 May 2012 20:50:46 +0000 Subject: 3D View: * Changed Duplicate and Exture Operator fpr Curves/Surfaces to Duplicate/Extrude and Move, like for Mesh objects, for consistency. This is also consistent with Shift+D and E shortcut. This fixes [#31429] Curve menu polish. * Fixed a wrong tooltip for metaball duplication. --- source/blender/editors/metaball/mball_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/metaball') diff --git a/source/blender/editors/metaball/mball_edit.c b/source/blender/editors/metaball/mball_edit.c index ed51f53eb03..701a3517535 100644 --- a/source/blender/editors/metaball/mball_edit.c +++ b/source/blender/editors/metaball/mball_edit.c @@ -275,7 +275,7 @@ void MBALL_OT_duplicate_metaelems(wmOperatorType *ot) { /* identifiers */ ot->name = "Duplicate Metaelements"; - ot->description = "Delete selected metaelement(s)"; + ot->description = "Duplicate selected metaelement(s)"; ot->idname = "MBALL_OT_duplicate_metaelems"; /* callback functions */ -- cgit v1.2.3