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>
This commit is contained in:
Thomas Hartmann
2022-02-25 13:59:49 +01:00
parent 58f6ceeac4
commit af24e428f2
9 changed files with 15 additions and 15 deletions

View File

@@ -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);