From e9aa0d1e48f32a4194efaf5559939f794dbc1652 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 2 Apr 2019 17:42:30 +0200 Subject: Cleanup: Remove space at the end of description --- source/blender/makesrna/intern/rna_constraint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_constraint.c') diff --git a/source/blender/makesrna/intern/rna_constraint.c b/source/blender/makesrna/intern/rna_constraint.c index 99e6b03f3fb..bddc4136622 100644 --- a/source/blender/makesrna/intern/rna_constraint.c +++ b/source/blender/makesrna/intern/rna_constraint.c @@ -2546,7 +2546,7 @@ void RNA_def_constraint(BlenderRNA *brna) /* TODO: setting this to true must ensure that all others in stack are turned off too... */ prop = RNA_def_property(srna, "active", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", CONSTRAINT_ACTIVE); - RNA_def_property_ui_text(prop, "Active", "Constraint is the one being edited "); + RNA_def_property_ui_text(prop, "Active", "Constraint is the one being edited"); prop = RNA_def_property(srna, "is_proxy_local", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", CONSTRAINT_PROXY_LOCAL); -- cgit v1.2.3