GP: Rename Fixed type in Time modifier

This commit is contained in:
Antonio Vazquez 2018-10-24 16:59:13 +02:00
parent 735d6cb8d8
commit 9691c32d38
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static const EnumPropertyItem rna_enum_gpencil_lockshift_items[] = {
static const EnumPropertyItem rna_enum_time_mode_items[] = {
{ GP_TIME_MODE_NORMAL, "NORMAL", 0, "Normal", "Apply offset in normal animation direction" },
{ GP_TIME_MODE_REVERSE, "REVERSE", 0, "Reverse", "Apply offset in reverse animation direction" },
{ GP_TIME_MODE_FIX, "FIX", 0, "Fix", "Keep frame and do not change with time" },
{ GP_TIME_MODE_FIX, "FIX", 0, "Fixed Frame", "Keep frame and do not change with time" },
{ 0, NULL, 0, NULL, NULL }
};