Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-12-09 13:49:16 +0400
committerThomas Dinges <blender@dingto.org>2013-12-09 13:49:16 +0400
commit5245900ddedb91cec930226a8eabd85db94dc64c (patch)
treed32f47c9a62a4d9873f32405c8fecee149f8c9f9 /release
parent79288a35fa6cb3461e274724836245d2b6bb6833 (diff)
Interface: Rename "Duplicate Objects" to just "Duplicate", was already done for the Mesh/Curve...variants but not for the Object Mode one.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 22285b2366f..bdf7b8ea137 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")