From 0641bb11179edad6e15928e5dfd59b932739538b Mon Sep 17 00:00:00 2001 From: Jonathan Williamson Date: Fri, 3 Jan 2014 14:58:59 -0600 Subject: Rename "Object" to "Operations" in the 3D View Toolbar Basic tab. This makes the naming less confusing, since all of the tools apply to objects. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 873714205a9..c2966b9f0f8 100644 --- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py +++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -137,7 +137,7 @@ class VIEW3D_PT_tools_basic(View3DPanel, Panel): col.operator("object.origin_set", text="Set Origin") col = layout.column(align=True) - col.label(text="Object:") + col.label(text="Operations:") col.operator("object.duplicate_move", text="Duplicate") col.operator("object.duplicate_move_linked", text="Duplicate Linked") -- cgit v1.2.3