Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2014-03-19 18:25:10 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-03-19 18:25:32 +0400
commit7698322846c8c661fdbdf9c22f7e2df2d16134d8 (patch)
tree1d92bcf675361d1429fbf7eaf96d20030ba7edf7 /release/scripts/startup/bl_ui/properties_constraint.py
parent7997e38917159d2779769b2d1a938ca1750e2641 (diff)
Usual UI messages fixes...
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py3
1 files changed, 2 insertions, 1 deletions
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")