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>2016-04-26 11:12:47 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-04-26 11:13:02 +0300
commit0f8290ad0e89488475b2cfa368c28c28a938cf3a (patch)
treeacfdde906c43a6bbb759f81fd2e9478a1bd03093
parent7b9743261d3c2ca736988bad92ffae3b559b9d39 (diff)
Fix UI message typo.
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 71d1df91c5d..91939636032 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);