[Bf-blender-cvs] [deb9d03fc9d] master: Fix T63859: outdated info editor description

Brecht Van Lommel noreply at git.blender.org
Thu Apr 25 14:34:20 CEST 2019


Commit: deb9d03fc9d5997689ddf6ca36d8e8dff5db4254
Author: Brecht Van Lommel
Date:   Thu Apr 25 13:58:25 2019 +0200
Branches: master
https://developer.blender.org/rBdeb9d03fc9d5997689ddf6ca36d8e8dff5db4254

Fix T63859: outdated info editor description

Contributed by EitanSomething.

Differential Revision: https://developer.blender.org/D4735

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

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



More information about the Bf-blender-cvs mailing list