Cleanup: replace VSE /w Sequencer

This abbreviation isn't used anywhere else in Blender's UI.
This commit is contained in:
Campbell Barton 2019-01-25 09:42:03 +11:00
parent e1efaa6f74
commit 5632e1b525
2 changed files with 2 additions and 2 deletions

View File

@ -1568,7 +1568,7 @@ typedef struct PhysicsSettings {
} PhysicsSettings;
/* ------------------------------------------- */
/* Safe Area options used in Camera View & VSE
/* Safe Area options used in Camera View & Sequencer
*/
typedef struct DisplaySafeAreas {
/* each value represents the (x,y) margins as a multiplier.

View File

@ -5707,7 +5707,7 @@ static void rna_def_display_safe_areas(BlenderRNA *brna)
static float default_action_center[2] = {0.15f, 0.05f};
srna = RNA_def_struct(brna, "DisplaySafeAreas", NULL);
RNA_def_struct_ui_text(srna, "Safe Areas", "Safe Areas used in 3D view and the VSE");
RNA_def_struct_ui_text(srna, "Safe Areas", "Safe areas used in 3D view and the sequencer");
RNA_def_struct_sdna(srna, "DisplaySafeAreas");
/* SAFE AREAS */