From e73647bf5b440d1d2dd63c460724a33472dbe325 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 18 Jun 2019 20:45:48 -0300 Subject: [PATCH] Move to Collection: Fix tooltip Found this while writing the manual page. A scene collection nowadays is simply called collection. --- source/blender/editors/object/object_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c index 4f1154c02e3..4bda85b03a0 100644 --- a/source/blender/editors/object/object_edit.c +++ b/source/blender/editors/object/object_edit.c @@ -1709,7 +1709,7 @@ void OBJECT_OT_move_to_collection(wmOperatorType *ot) /* identifiers */ ot->name = "Move to Collection"; - ot->description = "Move objects to a scene collection"; + ot->description = "Move objects to a collection"; ot->idname = "OBJECT_OT_move_to_collection"; /* api callbacks */