mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Improved wording of error message.
This commit is contained in:
parent
6225d97357
commit
0b1034c290
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue