Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-25 01:42:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-25 01:44:32 +0300
commit5632e1b525860336a4dffa7a83c910e0687939c6 (patch)
tree407e53fbe04ad460c512c953b5c2befa0ec7a189 /source/blender/makesrna
parente1efaa6f74af25e16d2b32c2ddd9c08eb77f8589 (diff)
Cleanup: replace VSE /w Sequencer
This abbreviation isn't used anywhere else in Blender's UI.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
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 */