UI: Timecodes: Rename "No TC in use" to "None"
Differential Revision: https://developer.blender.org/D12296
This commit is contained in:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user