From 5632e1b525860336a4dffa7a83c910e0687939c6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Jan 2019 09:42:03 +1100 Subject: Cleanup: replace VSE /w Sequencer This abbreviation isn't used anywhere else in Blender's UI. --- source/blender/makesrna/intern/rna_scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c index 74b2a6e6506..db44260f4b5 100644 --- a/source/blender/makesrna/intern/rna_scene.c +++ b/source/blender/makesrna/intern/rna_scene.c @@ -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 */ -- cgit v1.2.3