VSE: Clarify wording for Replace Selection property
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user