Use term Instancing in the interface

Currently only see this in object's properties, but might
be missing something.

Part of T56648.
This commit is contained in:
Sergey Sharybin 2018-11-28 18:20:02 +01:00
parent 7c7f3776dd
commit 565de7750b

@ -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):