UI: Rename Dupli-Face to Instance Face

Part of T56648
This commit is contained in:
Aaron Carlisle
2019-06-24 00:45:12 +02:00
parent 91069fd47e
commit 9c5d54bfaf

View File

@@ -586,9 +586,9 @@ class JoinUVs(Operator):
class MakeDupliFace(Operator):
"""Convert objects into dupli-face instanced"""
"""Convert objects into instanced faces"""
bl_idname = "object.make_dupli_face"
bl_label = "Make Dupli-Face"
bl_label = "Make Instance Face"
bl_options = {'REGISTER', 'UNDO'}
@staticmethod