mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
Update dialog.cpp
Corrected grammar
This commit is contained in:
parent
543e22de5d
commit
f5e2c26745
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Dialog::Dialog(QWidget *parent) : QDialog(parent), ui(new Ui::Dialog)
|
|||
}
|
||||
break;
|
||||
case AdbProcess::AER_ERROR_MISSING_BINARY:
|
||||
log = "adb not find";
|
||||
log = "adb not found";
|
||||
break;
|
||||
case AdbProcess::AER_SUCCESS_EXEC:
|
||||
//log = m_adb.getStdOut();
|
||||
|
|
Loading…
Add table
Reference in a new issue