UI: Timecodes: Rename "No TC in use" to "None"

Differential Revision: https://developer.blender.org/D12296
This commit is contained in:
Aaron Carlisle 2021-08-28 16:37:58 -04:00
parent 457302b67b
commit 4256eeeec4
Notes: blender-bot 2023-02-14 08:45:09 +01:00
Referenced by issue #92120, Bone custom curve shape makes it invisible
Referenced by issue #91443, Multiple image files imported as animation are strangely linked with another imported subsets of these images
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,