[Bf-blender-cvs] [9863e71] master: Freestyle: Fix typos in a tool tip.

Tamito Kajiyama noreply at git.blender.org
Fri Apr 25 02:22:42 CEST 2014


Commit: 9863e7169225766ea3d5eebed0656accc0973bd6
Author: Tamito Kajiyama
Date:   Fri Apr 25 09:21:52 2014 +0900
https://developer.blender.org/rB9863e7169225766ea3d5eebed0656accc0973bd6

Freestyle: Fix typos in a tool tip.

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

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 c4e56dc..5df4b03 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2807,7 +2807,7 @@ static void rna_def_freestyle_settings(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "select_external_contour", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "edge_types", FREESTYLE_FE_EXTERNAL_CONTOUR);
-	RNA_def_property_ui_text(prop, "External Contour", "Select external contours (outer silhouettes of occuluding and occuluded objects)");
+	RNA_def_property_ui_text(prop, "External Contour", "Select external contours (outer silhouettes of occluding and occluded objects)");
 	RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
 
 	prop = RNA_def_property(srna, "select_edge_mark", PROP_BOOLEAN, PROP_NONE);




More information about the Bf-blender-cvs mailing list