Gui: Rename 'Output window' to 'Report view'

Closes #7659
This commit is contained in:
luz paz
2022-11-07 20:18:36 -05:00
committed by Chris Hennes
parent 549774e953
commit 30b918dac8
6 changed files with 10 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ public:
/**
* Python class for redirection of stdout to FreeCAD's output
* console window. This allows to report all Python output to
* the output window which simplifies debugging scripts.
* the report view which simplifies debugging scripts.
* @see PythonStdout
* @see PythonStderr
* @author Werner Mayer
@@ -109,7 +109,7 @@ public:
/**
* Python class for redirection of stderr to FreeCAD's output
* console window. This allows to report all Python errors to
* the output window which simplifies error tracking.
* the report view which simplifies error tracking.
* @see PythonStdout
* @see PythonStderr
* @author Werner Mayer