[Bf-blender-cvs] [bf3a4ac] master: Fix formatting on section names in the Relations tab.

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


Commit: bf3a4acffcf5828142e198d1846d335306f28c85
Author: Jonathan Williamson
Date:   Fri Jan 3 15:02:24 2014 -0600
https://developer.blender.org/rBbf3a4acffcf5828142e198d1846d335306f28c85

Fix formatting on section names in the Relations tab.

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

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 c2966b9..9d52b15 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -162,7 +162,7 @@ class VIEW3D_PT_tools_relations(View3DPanel, Panel):
 
         col = layout.column(align=True)
 
-        col.label(text="Objects")
+        col.label(text="Objects:")
         col.operator("group.create")
         col.operator("group.objects_add_active")
         col.operator("group.objects_remove")
@@ -172,7 +172,7 @@ class VIEW3D_PT_tools_relations(View3DPanel, Panel):
 
         col.separator()
         
-        col.label(text="Object Data")
+        col.label(text="Object Data:")
         col.operator("object.make_links_data")
         col.operator("object.make_single_user")




More information about the Bf-blender-cvs mailing list