ソースを参照

Merge pull request #10695 from tetrapod00/reorder-output-category

Reorder Output panel message categories to match order in editor
Matthew 7 ヶ月 前
コミット
20ebf264eb
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tutorials/scripting/debug/output_panel.rst

+ 2 - 2
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.