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));
// Check if link could be connected
if(!udpLink->connect())
{
QMessageBoxmsgBox;
msgBox.setIcon(QMessageBox::Critical);
msgBox.setText("Could not connect UDP port. Is an instance of "+qAppName()+"already running?");
msgBox.setInformativeText("It is recommended to close the application and stop all instances. Click Yes to close.");