Fix T63859: outdated info editor description

Contributed by EitanSomething.

Differential Revision: https://developer.blender.org/D4735
This commit is contained in:
Brecht Van Lommel
2019-04-25 13:58:25 +02:00
parent 92f5e52af3
commit deb9d03fc9

View File

@@ -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",