diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index ec95a8af3c2..91c9269bade 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -763,7 +763,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er dd, &ProjectExplorerPluginPrivate::updateSessionMenu); // session manager action - dd->m_sessionManagerAction = new QAction(tr("Session Manager..."), this); + dd->m_sessionManagerAction = new QAction(tr("Session &Manager..."), this); cmd = ActionManager::registerAction(dd->m_sessionManagerAction, Constants::NEWSESSION); mfile->addAction(cmd, Core::Constants::G_FILE_OPEN); cmd->setDefaultKeySequence(QKeySequence());