From deb9d03fc9d5997689ddf6ca36d8e8dff5db4254 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 25 Apr 2019 13:58:25 +0200 Subject: Fix T63859: outdated info editor description Contributed by EitanSomething. Differential Revision: https://developer.blender.org/D4735 --- source/blender/makesrna/intern/rna_space.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source') diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c index ca00ce993d3..633164238e0 100644 --- a/source/blender/makesrna/intern/rna_space.c +++ b/source/blender/makesrna/intern/rna_space.c @@ -112,12 +112,7 @@ const EnumPropertyItem rna_enum_space_type_items[] = { "Python Console", "Interactive programmatic console for " "advanced editing and script development"}, - {SPACE_INFO, - "INFO", - ICON_INFO, - "Info", - "Main menu bar and list of error messages " - "(drag down to expand and display)"}, + {SPACE_INFO, "INFO", ICON_INFO, "Info", "Log of operations, warnings and error messages"}, /* Special case: Top-bar and Status-bar aren't supposed to be a regular editor for the user. */ {SPACE_TOPBAR, "TOPBAR", -- cgit v1.2.3