forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user