[Bf-blender-cvs] [c0d96e1] master: Freestyle: minor UI text fix.

Tamito Kajiyama noreply at git.blender.org
Tue May 13 09:32:04 CEST 2014


Commit: c0d96e1d1e07d43f4465e14a70b6b2ed7615bd9f
Author: Tamito Kajiyama
Date:   Tue May 13 10:29:28 2014 +0900
https://developer.blender.org/rBc0d96e1d1e07d43f4465e14a70b6b2ed7615bd9f

Freestyle: minor UI text 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 c88826a..49c14e9 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2987,7 +2987,7 @@ static void rna_def_freestyle_settings(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "modules", PROP_COLLECTION, PROP_NONE);
 	RNA_def_property_collection_sdna(prop, NULL, "modules", NULL);
 	RNA_def_property_struct_type(prop, "FreestyleModuleSettings");
-	RNA_def_property_ui_text(prop, "Style modules", "A list of style modules (to be applied from top to bottom)");
+	RNA_def_property_ui_text(prop, "Style Modules", "A list of style modules (to be applied from top to bottom)");
 
 	prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE);
 	RNA_def_property_enum_sdna(prop, NULL, "mode");




More information about the Bf-blender-cvs mailing list