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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-25 14:58:25 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-25 15:29:26 +0300
commitdeb9d03fc9d5997689ddf6ca36d8e8dff5db4254 (patch)
treefc3c1b5e455c95a6dd2302e299a74a7583d4e380 /source
parent92f5e52af3db780d5b2e78fd4f2232ceb233127d (diff)
Fix T63859: outdated info editor description
Contributed by EitanSomething. Differential Revision: https://developer.blender.org/D4735
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_space.c7
1 files changed, 1 insertions, 6 deletions
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",