diff --git a/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp b/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp index 942d9260c..1065db08a 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp +++ b/ground/openpilotgcs/src/plugins/coreplugin/mainwindow.cpp @@ -570,7 +570,7 @@ void MainWindow::registerDefaultActions() */ // SaveAll Action - m_saveAllAction = new QAction(tr("Save A&ll"), this); + m_saveAllAction = new QAction(tr("Save &GCS Default Settings"), this); cmd = am->registerAction(m_saveAllAction, Constants::SAVEALL, m_globalContext); #ifndef Q_WS_MAC cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+S")));