[Bf-blender-cvs] [0f8290a] master: Fix UI message typo.

Bastien Montagne noreply at git.blender.org
Tue Apr 26 10:13:13 CEST 2016


Commit: 0f8290ad0e89488475b2cfa368c28c28a938cf3a
Author: Bastien Montagne
Date:   Tue Apr 26 10:12:47 2016 +0200
Branches: master
https://developer.blender.org/rB0f8290ad0e89488475b2cfa368c28c28a938cf3a

Fix UI message typo.

===================================================================

M	source/blender/makesrna/intern/rna_scene.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 71d1df9..9193963 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2641,7 +2641,7 @@ static void rna_def_curve_paint_settings(BlenderRNA  *brna)
 
 	prop = RNA_def_property(srna, "error_threshold", PROP_INT, PROP_PIXEL);
 	RNA_def_property_range(prop, 1, 100);
-	RNA_def_property_ui_text(prop, "Tolerance", "Allow deviation for a smoother, less preceise line");
+	RNA_def_property_ui_text(prop, "Tolerance", "Allow deviation for a smoother, less precise line");
 
 	prop = RNA_def_property(srna, "corner_angle", PROP_FLOAT, PROP_ANGLE);
 	RNA_def_property_range(prop, 0, M_PI);




More information about the Bf-blender-cvs mailing list