Core: Rename Output &Panes as Out&put

This was overseen in another change.

Change-Id: I81e461d659dfe0793d8a593fc597acae57275992
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-03-04 12:03:29 +01:00
parent ac3aa805b9
commit b9b30c1f4d

View File

@@ -396,7 +396,7 @@ OutputPaneManager::OutputPaneManager(QWidget *parent) :
// Window->Output Panes // Window->Output Panes
ActionContainer *mpanes = ActionManager::createMenu(Constants::M_VIEW_PANES); ActionContainer *mpanes = ActionManager::createMenu(Constants::M_VIEW_PANES);
mview->addMenu(mpanes, Constants::G_VIEW_PANES); mview->addMenu(mpanes, Constants::G_VIEW_PANES);
mpanes->menu()->setTitle(tr("Output &Panes")); mpanes->menu()->setTitle(tr("Out&put"));
mpanes->appendGroup("Coreplugin.OutputPane.ActionsGroup"); mpanes->appendGroup("Coreplugin.OutputPane.ActionsGroup");
mpanes->appendGroup("Coreplugin.OutputPane.PanesGroup"); mpanes->appendGroup("Coreplugin.OutputPane.PanesGroup");