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("MAVLink Logging Stopped during Replay"),tr("MAVLink logging has been stopped during the log replay. To re-enable logging, use the link properties in the communication menu."));