From 7e66eb7f5197d7bffa73b580296fd4d4afe0371b Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 2 Oct 2018 12:59:20 -0700 Subject: [PATCH] Fix typo --- src/QGCApplication.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index 8218b1ec6..b70ec31fa 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())); -- 2.22.0