diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp index 6a4b4e33719..bfa5bc35ced 100644 --- a/src/plugins/coreplugin/mainwindow.cpp +++ b/src/plugins/coreplugin/mainwindow.cpp @@ -654,7 +654,7 @@ void MainWindow::registerDefaultActions() } // Full Screen Action - m_toggleFullScreenAction = new QAction(this); + m_toggleFullScreenAction = new QAction(tr("Full Screen"), this); m_toggleFullScreenAction->setMenuRole(QAction::NoRole); m_toggleFullScreenAction->setCheckable(!Utils::HostOsInfo::isMacHost()); updateFullScreenAction();