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:
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_movieclip.c2
-rw-r--r--source/blender/makesrna/intern/rna_sequencer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_movieclip.c b/source/blender/makesrna/intern/rna_movieclip.c
index a32ed49ae1e..4344c6dbb65 100644
--- a/source/blender/makesrna/intern/rna_movieclip.c
+++ b/source/blender/makesrna/intern/rna_movieclip.c
@@ -140,7 +140,7 @@ static void rna_def_movieclip_proxy(BlenderRNA *brna)
PropertyRNA *prop;
static const EnumPropertyItem clip_tc_items[] = {
- {IMB_TC_NONE, "NONE", 0, "No TC in use", ""},
+ {IMB_TC_NONE, "NONE", 0, "None", ""},
{IMB_TC_RECORD_RUN,
"RECORD_RUN",
0,
diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index 9dee7bc841c..077cfb0efb3 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -1440,7 +1440,7 @@ static void rna_def_strip_proxy(BlenderRNA *brna)
PropertyRNA *prop;
static const EnumPropertyItem seq_tc_items[] = {
- {SEQ_PROXY_TC_NONE, "NONE", 0, "No TC in use", ""},
+ {SEQ_PROXY_TC_NONE, "NONE", 0, "None", ""},
{SEQ_PROXY_TC_RECORD_RUN,
"RECORD_RUN",
0,