VSE: Reword the text of the movie add "use_framerate" option #124613

Merged
Sebastian Parborg merged 1 commits from ZedDB/blender:vse_movie_frame_reword into main 2024-07-15 16:56:28 +02:00

View File

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

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 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! :)

I like your suggestion better than mine! :)
static void sequencer_add_sound_multiple_strips(bContext *C,