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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-28 20:20:02 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-28 20:22:51 +0300
commit565de7750b95db4296c421de9e96a8d334319e03 (patch)
tree230c828a58f9cb2fc1216c289ca4849bf133282a /release/scripts/startup/bl_ui/properties_object.py
parent7c7f3776dd0e2f0125a4065e4b4d070a8666ef7c (diff)
Use term Instancing in the interface
Currently only see this in object's properties, but might be missing something. Part of T56648.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_object.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index aafeb0a103d..5740239fc12 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -279,7 +279,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
class OBJECT_PT_duplication(ObjectButtonsPanel, Panel):
- bl_label = "Duplication"
+ bl_label = "Instancing"
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):