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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-13 05:29:28 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-13 11:18:31 +0400
commitc0d96e1d1e07d43f4465e14a70b6b2ed7615bd9f (patch)
tree5cbd78f958b324159af56aef38e3002b89343343 /source/blender/makesrna/intern/rna_scene.c
parentdb338a6585a85d8093a1f557aac9d8d2edc93b9b (diff)
Freestyle: minor UI text fix.
Diffstat (limited to 'source/blender/makesrna/intern/rna_scene.c')
-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 c88826ace58..49c14e9036e 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");