Skip to content

Commit

Permalink
Merge pull request #470 from TheLumbee/patch-1
Browse files Browse the repository at this point in the history
Update dialog.cpp
  • Loading branch information
barry-ran authored Nov 24, 2021
2 parents 0377424 + c25fb44 commit 57ca7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QtScrcpy/dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 57ca7ce

Please sign in to comment.