VSE: Reword the text of the movie add "use_framerate" option #124613
@ -1083,8 +1083,8 @@ void SEQUENCER_OT_movie_strip_add(wmOperatorType *ot)
|
||||
RNA_def_boolean(ot->srna,
|
||||
"use_framerate",
|
||||
true,
|
||||
"Use Movie Framerate",
|
||||
"Use framerate from the movie to keep sound and video in sync");
|
||||
"Set Scene Frame Rate",
|
||||
"Set frame rate of the current scene to the frame rate of the movie");
|
||||
}
|
||||
ZedDB marked this conversation as resolved
Outdated
|
||||
|
||||
static void sequencer_add_sound_multiple_strips(bContext *C,
|
||||
|
Loading…
Reference in New Issue
Block a user
I am not sure what "scene/playback" is supposed to mean here. it just sets the scene's frame rate. And the "added movie" part is also somehow reads too technical.
Something like this is shorter and less ambiguous:
Set frame rate of the current scene to the frame rate of the movie movie
I like your suggestion better than mine! :)