[Bf-blender-cvs] [59f1eed26be] master: UI: Rename Make Duplicates Real to Make Instances Real

Aaron Carlisle noreply at git.blender.org
Mon Jun 24 03:20:23 CEST 2019


Commit: 59f1eed26bebc0dd6ee0a8c29d05662c5373f800
Author: Aaron Carlisle
Date:   Mon Jun 24 00:54:42 2019 +0200
Branches: master
https://developer.blender.org/rB59f1eed26bebc0dd6ee0a8c29d05662c5373f800

UI: Rename Make Duplicates Real to Make Instances Real

Part of T56648

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

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

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

diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index a7b4a18169b..823f6c55a06 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -1921,8 +1921,8 @@ static int object_duplicates_make_real_exec(bContext *C, wmOperator *op)
 void OBJECT_OT_duplicates_make_real(wmOperatorType *ot)
 {
   /* identifiers */
-  ot->name = "Make Duplicates Real";
-  ot->description = "Make dupli objects attached to this object real";
+  ot->name = "Make Instances Real";
+  ot->description = "Make instanced objects attached to this object real";
   ot->idname = "OBJECT_OT_duplicates_make_real";
 
   /* api callbacks */



More information about the Bf-blender-cvs mailing list