VSE: Fix typo introduced with recent refactor

Caused by #135560.
This commit is contained in:
John Kiril Swenson
2025-03-20 18:45:33 -05:00
parent cc22de7acb
commit 77893a16f6

View File

@@ -6215,7 +6215,7 @@ static void rna_def_space_sequencer(BlenderRNA *brna)
RNA_def_property_enum_sdna(prop, nullptr, "view");
RNA_def_property_enum_items(prop, rna_enum_space_sequencer_view_type_items);
RNA_def_property_ui_text(
prop, "View Type", "Type of the Sequencer view (blender::seq::SEQuencer, preview or both)");
prop, "View Type", "Type of the Sequencer view (sequencer, preview or both)");
RNA_def_property_update(prop, 0, "rna_Sequencer_view_type_update");
/* display type, fairly important */