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:
Dalai Felinto
2019-06-18 20:45:48 -03:00
parent fc182e3189
commit e73647bf5b

View File

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