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>2013-04-08 17:19:50 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-08 17:19:50 +0400
commit651167090c366b30e38b650fe616e7a25f6732a9 (patch)
tree39be64e210b24ec651c503366ace76eebae4dab3 /source/blender/makesrna/intern/rna_linestyle.c
parent85e53317be8f2d390752878dfc0a1aafc33df7ca (diff)
A few more UI messages fixes...
Diffstat (limited to 'source/blender/makesrna/intern/rna_linestyle.c')
-rw-r--r--source/blender/makesrna/intern/rna_linestyle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_linestyle.c b/source/blender/makesrna/intern/rna_linestyle.c
index 3bc72a18e01..c28229c7bb4 100644
--- a/source/blender/makesrna/intern/rna_linestyle.c
+++ b/source/blender/makesrna/intern/rna_linestyle.c
@@ -610,7 +610,7 @@ static void rna_def_linestyle_modifiers(BlenderRNA *brna)
RNA_def_property_float_sdna(prop, NULL, "error");
RNA_def_property_ui_text(prop, "Error",
"Maximum distance allowed between the new Bezier curve and the "
- "original backbone geometry)");
+ "original backbone geometry");
RNA_def_property_update(prop, NC_LINESTYLE, NULL);
srna = RNA_def_struct(brna, "LineStyleGeometryModifier_SinusDisplacement", "LineStyleGeometryModifier");