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-05 11:40:31 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-05 14:54:55 +0400
commitf5d9f45a6fe6af455fb3efadb3e7644d134adcf6 (patch)
tree7ac2c946c49f53666fcdd56abc368f680695d129 /source/blender/makesrna/intern/rna_linestyle.c
parent38a430c0272261eb5b40531008ac300ccdae3a18 (diff)
Freestyle: Revised a UI text for better understandability in the Outliner.
Diffstat (limited to 'source/blender/makesrna/intern/rna_linestyle.c')
-rw-r--r--source/blender/makesrna/intern/rna_linestyle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_linestyle.c b/source/blender/makesrna/intern/rna_linestyle.c
index d6378c4da67..2b20dc2485d 100644
--- a/source/blender/makesrna/intern/rna_linestyle.c
+++ b/source/blender/makesrna/intern/rna_linestyle.c
@@ -1339,7 +1339,7 @@ static void rna_def_linestyle(BlenderRNA *brna)
prop = RNA_def_property(srna, "use_texture", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", LS_TEXTURE);
- RNA_def_property_ui_text(prop, "Texture", "Enable or disable textured strokes");
+ RNA_def_property_ui_text(prop, "Use Textures", "Enable or disable textured strokes");
RNA_def_property_update(prop, NC_LINESTYLE, NULL);
prop = RNA_def_property(srna, "texture_spacing", PROP_FLOAT, PROP_FACTOR);