Move to Collection: Fix tooltip
Found this while writing the manual page. A scene collection nowadays is simply called collection.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user