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

This commit is contained in:
2013-12-09 10:49:16 +01:00
parent 79288a35fa
commit 5245900dde

View File

@@ -90,7 +90,7 @@ class VIEW3D_PT_tools_objectmode(View3DPanel, Panel):
col = layout.column(align=True) col = layout.column(align=True)
col.label(text="Object:") col.label(text="Object:")
col.operator("object.duplicate_move") col.operator("object.duplicate_move", text="Duplicate")
col.operator("object.delete") col.operator("object.delete")
col.operator("object.join") col.operator("object.join")