Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2019-06-19 02:45:48 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-06-19 02:46:15 +0300
commite73647bf5b440d1d2dd63c460724a33472dbe325 (patch)
tree70db04206e6b3757b6b2dcad11a02a37770343fa
parentfc182e3189886e0e863e13d2a808582975e12e42 (diff)
Move to Collection: Fix tooltip
Found this while writing the manual page. A scene collection nowadays is simply called collection.
-rw-r--r--source/blender/editors/object/object_edit.c2
1 files changed, 1 insertions, 1 deletions
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 */