diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index 8218b1ec6bbd645b3b898fcf2399e7ea6098aa7a..b70ec31fa4c7f7b753cfa880179ab8975273e5ee 100644 --- a/src/QGCApplication.cc +++ b/src/QGCApplication.cc @@ -199,7 +199,7 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) QMessageBox msgBox; msgBox.setInformativeText(tr("You are running %1 as root. " "You should not do this since it will cause other issues with %1. " - "%1 will now exiQGroundControl.gpsRtkt. " + "%1 will now exit. " "If you are having serial port issues on Ubuntu, execute the following commands to fix most issues:\n" "sudo usermod -a -G dialout $USER\n" "sudo apt-get remove modemmanager").arg(qgcApp()->applicationName()));