From 7698322846c8c661fdbdf9c22f7e2df2d16134d8 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 19 Mar 2014 15:25:10 +0100 Subject: Usual UI messages fixes... --- release/scripts/startup/bl_ui/properties_constraint.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_constraint.py') diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py index 60769892efa..91999e1f5ee 100644 --- a/release/scripts/startup/bl_ui/properties_constraint.py +++ b/release/scripts/startup/bl_ui/properties_constraint.py @@ -860,7 +860,8 @@ class OBJECT_PT_constraints(ConstraintButtonsPanel, Panel): box = layout.box() box.alert = True # XXX: this should apply to the box background box.label(icon='INFO', text="Constraints for active bone do not live here") - box.operator("wm.properties_context_change", icon='CONSTRAINT_BONE', text="Go to Bone Constraints tab..").context = 'BONE_CONSTRAINT' + box.operator("wm.properties_context_change", icon='CONSTRAINT_BONE', + text="Go to Bone Constraints tab...").context = 'BONE_CONSTRAINT' else: layout.operator_menu_enum("object.constraint_add", "type", text="Add Object Constraint") -- cgit v1.2.3