From 246d48f7aa6e5841351a9bb9bce60ff29be72838 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Fri, 15 Jan 2016 10:22:45 -0800 Subject: [PATCH] Ubuntu wording --- src/QGCApplication.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QGCApplication.cc b/src/QGCApplication.cc index 161609b05..d73544066 100644 --- a/src/QGCApplication.cc +++ b/src/QGCApplication.cc @@ -201,7 +201,7 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) msgBox.setInformativeText("You are runnning QGroundControl as root. " "You should not do this since it will cause other issues with QGroundControl. " "QGroundControl will now exit. " - "If you are having serial port issues, execute the following commands to fix most serial port 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 apt-get remove modemmanager"); msgBox.setStandardButtons(QMessageBox::Ok); @@ -219,7 +219,7 @@ QGCApplication::QGCApplication(int &argc, char* argv[], bool unitTesting) QMessageBox msgBox; msgBox.setInformativeText("The current user does not have the correct permissions to access serial devices. " "You should also remove modemmanager since it also interferes. " - "Execute the following commands to fix these issues:\n" + "If you are using Ubuntu, execute the following commands to fix these issues:\n" "sudo usermod -a -G dialout $USER\n" "sudo apt-get remove modemmanager"); msgBox.setStandardButtons(QMessageBox::Ok); -- 2.22.0