[Bf-blender-cvs] [e73647bf5b4] master: Move to Collection: Fix tooltip

Dalai Felinto noreply at git.blender.org
Wed Jun 19 01:49:23 CEST 2019


Commit: e73647bf5b440d1d2dd63c460724a33472dbe325
Author: Dalai Felinto
Date:   Tue Jun 18 20:45:48 2019 -0300
Branches: master
https://developer.blender.org/rBe73647bf5b440d1d2dd63c460724a33472dbe325

Move to Collection: Fix tooltip

Found this while writing the manual page. A scene collection nowadays is simply
called collection.

===================================================================

M	source/blender/editors/object/object_edit.c

===================================================================

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



More information about the Bf-blender-cvs mailing list