[Bf-blender-cvs] [5245900] master: Interface: Rename "Duplicate Objects" to just "Duplicate", was already done for the Mesh/Curve...variants but not for the Object Mode one.

Thomas Dinges noreply at git.blender.org
Mon Dec 9 10:50:39 CET 2013


Commit: 5245900ddedb91cec930226a8eabd85db94dc64c
Author: Thomas Dinges
Date:   Mon Dec 9 10:49:16 2013 +0100
http://developer.blender.org/rB5245900ddedb91cec930226a8eabd85db94dc64c

Interface: Rename "Duplicate Objects" to just "Duplicate", was already done for the Mesh/Curve...variants but not for the Object Mode one.

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

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 22285b2..bdf7b8e 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -90,7 +90,7 @@ class VIEW3D_PT_tools_objectmode(View3DPanel, Panel):
 
         col = layout.column(align=True)
         col.label(text="Object:")
-        col.operator("object.duplicate_move")
+        col.operator("object.duplicate_move", text="Duplicate")
         col.operator("object.delete")
         col.operator("object.join")




More information about the Bf-blender-cvs mailing list