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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-14 22:41:24 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-14 22:41:24 +0300
commit9cc1953210486a240f77b7ceafbcd664d1994b57 (patch)
treebf0426f5d0b276243d2fe5954da8f1d130bc77fa /source/blender/makesrna/intern/rna_sequencer.c
parent8a17918555d9ba8c7f420deda35b77ffa8d3850e (diff)
Usual i18n messages fixes...
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer.c')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index 535428e7d6a..879c765978f 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -2343,7 +2343,7 @@ static void rna_def_text(StructRNA *srna)
prop = RNA_def_property(srna, "use_shadow", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", SEQ_TEXT_SHADOW);
- RNA_def_property_ui_text(prop, "Shadow", "draw text with shadow");
+ RNA_def_property_ui_text(prop, "Shadow", "Draw text with shadow");
RNA_def_property_update(prop, NC_SCENE | ND_SEQUENCER, "rna_Sequence_update");
}