From a50f6bc40b65b72381546d4ca0f3b617798577cf Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Wed, 24 Feb 2021 13:49:14 -0600 Subject: 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 --- source/blender/editors/object/object_add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object') 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"); } -- cgit v1.2.3