VSE: Clarify wording for Replace Selection property

This commit is contained in:
Richard Antalik
2024-06-27 14:48:28 +02:00
parent cb68d0c9d7
commit fb2e712991

View File

@@ -118,7 +118,7 @@ static void sequencer_generic_props__internal(wmOperatorType *ot, int flag)
ot->srna, "channel", 1, 1, MAXSEQ, "Channel", "Channel to place this strip into", 1, MAXSEQ);
RNA_def_boolean(
ot->srna, "replace_sel", true, "Replace Selection", "Replace the current selection");
ot->srna, "replace_sel", true, "Replace Selection", "Deselect previously selected strips");
/* Only for python scripts which import strips and place them after. */
prop = RNA_def_boolean(