[Bf-blender-cvs] [cfa4997] master: * Typo fix.

Thomas Dinges noreply at git.blender.org
Thu Feb 6 21:54:15 CET 2014


Commit: cfa49976c411e49b3274abe77f2323c257aeba56
Author: Thomas Dinges
Date:   Thu Feb 6 21:53:58 2014 +0100
https://developer.blender.org/rBcfa49976c411e49b3274abe77f2323c257aeba56

* Typo fix.

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

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 a3b8c9f..07ab0d9 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2273,7 +2273,7 @@ void rna_def_render_layer_common(StructRNA *srna, int scene)
 		RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
 
 		prop = RNA_def_property(srna, "pass_alpha_threshold", PROP_FLOAT, PROP_FACTOR);
-		RNA_def_property_ui_text(prop, "Alpha Treshold", "Z, Index, normal, UV and vector passes are"
+		RNA_def_property_ui_text(prop, "Alpha Threshold", "Z, Index, normal, UV and vector passes are"
 		                               "only affected by surfaces with alpha transparency equal to"
 									   "or higher than this threshold");
 		RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);




More information about the Bf-blender-cvs mailing list