Improved wording of error message.

This commit is contained in:
NissimHadar 2019-02-12 11:11:22 -08:00
parent 6225d97357
commit 0b1034c290

View file

@ -81,7 +81,7 @@ void TestRunnerMobile::connectDevice() {
const QString DEVICE{ "device" };
if (line2.contains("unauthorized")) {
QMessageBox::critical(0, "Unauthorized device detected", "Please allow USB debug on device");
QMessageBox::critical(0, "Unauthorized device detected", "Please allow USB debugging on device");
} else if (line2.contains(DEVICE)) {
// Make sure only 1 device
QString line3 = devicesFile.readLine();