From 9fbfa218e0cb484ea03ef0dbf3230e40a340fdc8 Mon Sep 17 00:00:00 2001 From: Ines Almeida Date: Mon, 1 Jul 2019 23:06:32 +0200 Subject: Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo --- source/blender/editors/object/object_add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/object_add.c') diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c index 0fdb1cec16f..a3e3196bb13 100644 --- a/source/blender/editors/object/object_add.c +++ b/source/blender/editors/object/object_add.c @@ -2826,7 +2826,7 @@ void OBJECT_OT_join_shapes(wmOperatorType *ot) { /* identifiers */ ot->name = "Join as Shapes"; - ot->description = "Merge selected objects to shapes of active object"; + ot->description = "Copy the current resulting shape of another selected object to this one"; ot->idname = "OBJECT_OT_join_shapes"; /* api callbacks */ -- cgit v1.2.3