From bf3a4acffcf5828142e198d1846d335306f28c85 Mon Sep 17 00:00:00 2001 From: Jonathan Williamson Date: Fri, 3 Jan 2014 15:02:24 -0600 Subject: Fix formatting on section names in the Relations tab. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 c2966b9f0f8..9d52b159c2f 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") -- cgit v1.2.3