Change not authorized message to be more clear on what to do

Some additional info
This commit is contained in:
Chax
2023-11-04 16:19:15 +01:00
parent 71d89284f1
commit 6edc9cf7e9

View File

@@ -812,7 +812,7 @@ namespace AndroidSideloader
this.Invoke(() =>
{
Text = "Device Not Authorized";
DialogResult dialogResult = FlexibleMessageBox.Show(Program.form, "Device not authorized, be sure to authorize computer on device.", "Not Authorized", MessageBoxButtons.RetryCancel);
DialogResult dialogResult = FlexibleMessageBox.Show(Program.form, "Please check inside your headset for ADB DEBUGGING prompt/notification, check the box \"Always allow from this computer.\" and hit OK.", "Not Authorized", MessageBoxButtons.RetryCancel);
if (dialogResult == DialogResult.Retry)
{
devicesbutton.PerformClick();