diff --git a/tutorials/scripting/debug/output_panel.rst b/tutorials/scripting/debug/output_panel.rst index 8eb42b892..1c00e389e 100644 --- a/tutorials/scripting/debug/output_panel.rst +++ b/tutorials/scripting/debug/output_panel.rst @@ -23,10 +23,10 @@ Four message categories are available: - **Log:** Standard messages printed by the project. Displayed in white or black (depending on the editor theme). -- **Warning:** Messages printed by the project or editor that report important - information, but do not indicate a failure. Displayed in yellow. - **Error:** Messages printed by the project or editor that indicate a failure of some kind. Displayed in red. +- **Warning:** Messages printed by the project or editor that report important + information, but do not indicate a failure. Displayed in yellow. - **Editor:** Messages printed by the editor, typically intended to be traces of undo/redo actions. Displayed in gray.