aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/appoutputpane.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-16 18:02:48 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-17 12:08:37 +0000
commit4f3d3d445c8fcfcaf6638ac034aa6a541299caf6 (patch)
treeb12e2b1f534cf1d2a31ef3dabdd705ae566493c2 /src/plugins/projectexplorer/appoutputpane.cpp
parent1a90f06fe5fa400331556bb4bb8a75890cdd3e04 (diff)
Project Explorer: Fix UI text
Task-number: QTCREATORBUG-27055 Change-Id: I9b0e4f02ea7d1ebb14a9581f21c76b8908589334 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/appoutputpane.cpp')
-rw-r--r--src/plugins/projectexplorer/appoutputpane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/appoutputpane.cpp b/src/plugins/projectexplorer/appoutputpane.cpp
index 076fb1c895..9fc9562355 100644
--- a/src/plugins/projectexplorer/appoutputpane.cpp
+++ b/src/plugins/projectexplorer/appoutputpane.cpp
@@ -174,7 +174,7 @@ AppOutputPane::AppOutputPane() :
m_formatterWidget(new QWidget),
m_handler(new ShowOutputTaskHandler(this,
tr("Show &App Output"),
- tr("Show the output that generated this issue in the application output window"),
+ tr("Show the output that generated this issue in the Application Output pane."),
tr("A")))
{
ExtensionSystem::PluginManager::addObject(m_handler);