[Bf-blender-cvs] [0641bb1] master: Rename "Object" to "Operations" in the 3D View Toolbar Basic tab.

Jonathan Williamson noreply at git.blender.org
Fri Jan 3 22:29:00 CET 2014


Commit: 0641bb11179edad6e15928e5dfd59b932739538b
Author: Jonathan Williamson
Date:   Fri Jan 3 14:58:59 2014 -0600
https://developer.blender.org/rB0641bb11179edad6e15928e5dfd59b932739538b

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.

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

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 8737142..c2966b9 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")




More information about the Bf-blender-cvs mailing list