aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/appoutputpane.cpp
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-02-25 13:59:49 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2022-03-01 19:25:27 +0000
commitaf24e428f2d864e865dfb0bc0d162d6203424230 (patch)
tree2120516c861f948d8fd2a51b6d8d6780dbdbf0c3 /src/plugins/projectexplorer/appoutputpane.cpp
parent58f6ceeac4ff04d8aef8db30afa685beec6dbfb5 (diff)
Rename 'output pane' to simply 'output'
Change-Id: If45e053a32855bca68dc71cb5da22f981146e45b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
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 9fc9562355..589c3357e8 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 pane."),
+ tr("Show the output that generated this issue in Application Output."),
tr("A")))
{
ExtensionSystem::PluginManager::addObject(m_handler);