From af843be3012ac97f69d8a6bdf25b28f3025a2ee0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 9 Sep 2020 20:00:14 -0400 Subject: UI: Outliner: Change Sequence Display Mode This commit renames the Sequence Display Mode to Video Sequencer. THis matches the editor name in the editor list. This commit also adjusts the tooltip because the data show in this dispay mode is not strickly speaking "data-blocks". Ref D7716 --- source/blender/makesrna/intern/rna_space.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c index 34a84ce9265..99f81fd531a 100644 --- a/source/blender/makesrna/intern/rna_space.c +++ b/source/blender/makesrna/intern/rna_space.c @@ -2970,7 +2970,11 @@ static void rna_def_space_outliner(BlenderRNA *brna) ICON_RENDER_RESULT, "View Layer", "Display collections and objects in the view layer"}, - {SO_SEQUENCE, "SEQUENCE", ICON_SEQUENCE, "Sequence", "Display sequence data-blocks"}, + {SO_SEQUENCE, + "SEQUENCE", + ICON_SEQUENCE, + "Video Sequencer", + "Display data belonging to the Video Sequencer"}, {SO_LIBRARIES, "LIBRARIES", ICON_FILE_BLEND, -- cgit v1.2.3