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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2019-06-24 01:54:42 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2019-06-24 01:54:42 +0300
commit59f1eed26bebc0dd6ee0a8c29d05662c5373f800 (patch)
tree23f43ac1a50cf4f15aba5fcb79404bbdae6e48ef /source/blender/editors
parent9c5d54bfaf4816330678e6eb74016e1480701362 (diff)
UI: Rename Make Duplicates Real to Make Instances Real
Part of T56648
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/object/object_add.c4
1 files changed, 2 insertions, 2 deletions
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 */