if(upgraded)mainWindow->showInfoMessage(tr("Default Settings Loaded"),tr("QGroundControl has been upgraded from version %1 to version %2. Some of your user preferences have been reset to defaults for safety reasons. Please adjust them where needed.").arg(lastApplicationVersion).arg(QGC_APPLICATION_VERSION));
MainWindow::instance()->showInfoMessage(tr("Please restart QGroundControl"),tr("The optimization selection was changed. The application needs to be closed and restarted to put all optimizations into effect."));