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

Reword the setting to be more clear what it actually does.

Pull Request: https://projects.blender.org/blender/blender/pulls/124613
This commit is contained in:
Sebastian Parborg
2024-07-15 16:56:12 +02:00
committed by Sebastian Parborg
parent 8aedcd5143
commit 4f46493eae

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");
}
static void sequencer_add_sound_multiple_strips(bContext *C,