UI: use term 'Current Frame' instead of 'Playhead'
Keep terminology consistent, 'Current Frame' is used nearly everywhere.
This commit is contained in:
@@ -185,8 +185,10 @@ class SequencerFadesAdd(Operator):
|
||||
('IN_OUT', 'Fade In And Out', 'Fade selected strips in and out'),
|
||||
('IN', 'Fade In', 'Fade in selected strips'),
|
||||
('OUT', 'Fade Out', 'Fade out selected strips'),
|
||||
('CURSOR_FROM', 'From Playhead', 'Fade from the time cursor to the end of overlapping sequences'),
|
||||
('CURSOR_TO', 'To Playhead', 'Fade from the start of sequences under the time cursor to the current frame'),
|
||||
('CURSOR_FROM', 'From Current Frame',
|
||||
'Fade from the time cursor to the end of overlapping sequences'),
|
||||
('CURSOR_TO', 'To Current Frame',
|
||||
'Fade from the start of sequences under the time cursor to the current frame'),
|
||||
),
|
||||
name="Fade type",
|
||||
description="Fade in, out, both in and out, to, or from the current frame. Default is both in and out",
|
||||
|
||||
Reference in New Issue
Block a user