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:
authorYevgeny Makarov <jenkm>2021-02-24 22:49:14 +0300
committerHans Goudey <h.goudey@me.com>2021-02-24 22:49:14 +0300
commita50f6bc40b65b72381546d4ca0f3b617798577cf (patch)
treea452da2bdb922c3d2143b2b3a6b46b4a01c8841d /source/blender/editors/object
parent962b87f06a8e3dfadf86ca93ca2083db7866b98e (diff)
UI: Clean up "Dupli" to "Instance"
Following the naming conventions defined in T56648, where in this instance there were still a few remaining uses of the old term. Differential Revision: https://developer.blender.org/D9817
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index 351b762c8cd..dc941f12eba 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -2404,7 +2404,7 @@ void OBJECT_OT_duplicates_make_real(wmOperatorType *ot)
"use_base_parent",
0,
"Parent",
- "Parent newly created objects to the original duplicator");
+ "Parent newly created objects to the original instancer");
RNA_def_boolean(
ot->srna, "use_hierarchy", 0, "Keep Hierarchy", "Maintain parent child relationships");
}