1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Changed the save GCS settings menu text to a more precise description since there are now three elements which can be saved..

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2937 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2011-03-02 13:10:04 +00:00 committed by edouard
parent c21e9f74b3
commit 870242d456

View File

@ -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")));