Commit 7e66eb7f authored by Don Gagne's avatar Don Gagne

parent fb710cd1
...@@ -199,7 +199,7 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) ...@@ -199,7 +199,7 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting)
QMessageBox msgBox; QMessageBox msgBox;
msgBox.setInformativeText(tr("You are running %1 as root. " msgBox.setInformativeText(tr("You are running %1 as root. "
"You should not do this since it will cause other issues with %1. " "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" "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 usermod -a -G dialout $USER\n"
"sudo apt-get remove modemmanager").arg(qgcApp()->applicationName())); "sudo apt-get remove modemmanager").arg(qgcApp()->applicationName()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment