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 */