Browse Source

Merge pull request #10694 from harrykeightley/patch-1

Switch terms *error* and *warning* in output panel debug docs.
Matthew 5 months ago
parent
commit
29e630b33f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/scripting/debug/output_panel.rst

+ 2 - 2
tutorials/scripting/debug/output_panel.rst

@@ -23,9 +23,9 @@ Four message categories are available:
 
 - **Log:** Standard messages printed by the project. Displayed in white or black
   (depending on the editor theme).
-- **Error:** Messages printed by the project or editor that report important
+- **Warning:** Messages printed by the project or editor that report important
   information, but do not indicate a failure. Displayed in yellow.
-- **Warning:** Messages printed by the project or editor that indicate a failure
+- **Error:** Messages printed by the project or editor that indicate a failure
   of some kind. Displayed in red.
 - **Editor:** Messages printed by the editor, typically intended to be traces of
   undo/redo actions. Displayed in gray.