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>2012-08-28 00:58:43 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-08-28 00:58:43 +0400
commit316b72647a2e0a7e5d2c5a3f799f023cd127b42e (patch)
tree2d6c9114c2057e2cc5045cd406b389af984db4ba /source/blender/makesrna/intern/rna_nodetree.c
parent77f0be7fec206749bd3aadbe626c9db6944d8f3f (diff)
Picky spell-checking...
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 2013fd7318e..497cb9291ec 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -2161,7 +2161,7 @@ static void def_cmp_despeckle(StructRNA *srna)
prop = RNA_def_property(srna, "threshold_neighbour", PROP_FLOAT, PROP_NONE);
RNA_def_property_float_sdna(prop, NULL, "custom4");
RNA_def_property_range(prop, 0.0, 1.0f);
- RNA_def_property_ui_text(prop, "Neighbour", "Threshold for the number of neighbour pixels that must match");
+ RNA_def_property_ui_text(prop, "Neighbor", "Threshold for the number of neighbor pixels that must match");
RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update");
}