UI: use term current frame instead of playhead
Avoid mixing different terminologies up, current frame is used in a majority of Blender.
This commit is contained in:
@@ -188,7 +188,7 @@ class SequencerFadesAdd(Operator):
|
||||
('CURSOR_TO', 'To Playhead', '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 playhead. Default is both in and out",
|
||||
description="Fade in, out, both in and out, to, or from the current frame. Default is both in and out",
|
||||
default='IN_OUT')
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user