[Bf-blender-cvs] [9c5d54bfaf4] master: UI: Rename Dupli-Face to Instance Face

Aaron Carlisle noreply at git.blender.org
Mon Jun 24 00:45:23 CEST 2019


Commit: 9c5d54bfaf4816330678e6eb74016e1480701362
Author: Aaron Carlisle
Date:   Mon Jun 24 00:45:12 2019 +0200
Branches: master
https://developer.blender.org/rB9c5d54bfaf4816330678e6eb74016e1480701362

UI: Rename Dupli-Face to Instance Face

Part of T56648

===================================================================

M	release/scripts/startup/bl_operators/object.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py
index 93a022e6c3e..481b101eaee 100644
--- a/release/scripts/startup/bl_operators/object.py
+++ b/release/scripts/startup/bl_operators/object.py
@@ -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



More information about the Bf-blender-cvs mailing list