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:
authorCampbell Barton <ideasman42@gmail.com>2015-07-15 04:43:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-15 04:43:23 +0300
commit52fa5b12e10354adbb3541c0e9106620fe16d2fc (patch)
tree677d1babb2141eb965873acb4c69795e45a06979 /source/blender/makesrna/intern/rna_linestyle.c
parentf2620c9df134ac580569044d1fae1d6da3cc5fbc (diff)
Cleanup: ws
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 9f5ae22c78b..fe8f52469be 100644
--- a/source/blender/makesrna/intern/rna_linestyle.c
+++ b/source/blender/makesrna/intern/rna_linestyle.c
@@ -961,7 +961,7 @@ static void rna_def_linestyle_modifiers(BlenderRNA *brna)
srna = RNA_def_struct(brna, "LineStyleAlphaModifier_Curvature_3D", "LineStyleAlphaModifier");
RNA_def_struct_ui_text(srna, "Curvature 3D",
- "Alpha transparency based on the radial curvature of 3D mesh surfaces");
+ "Alpha transparency based on the radial curvature of 3D mesh surfaces");
rna_def_alpha_modifier(srna);
rna_def_modifier_curve_common(srna, false, false);