Skip to content

Commit

Permalink
Improve "AutoDiscover" won't be used text
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Jan 19, 2024
1 parent 1999047 commit 50d335b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Refresher/UI/PatchForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ private void Patch(object? sender, EventArgs e)
this.AutoDiscover(this, EventArgs.Empty);
break;
case DialogResult.No:
MessageBox.Show("Okay, AutoDiscover won't be used. If you have issues with this patch, try using it next time.");
MessageBox.Show("Okay, AutoDiscover won't be used. If you have issues with this patch, try using it next time.\n" +
"You can also try clicking 'Revert EBOOT' before patching to undo any server-specific patches that may cause issues.\n\n" +
"Click OK to proceed with patching.");
break;
case DialogResult.Cancel:
return;
Expand Down

0 comments on commit 50d335b

Please sign in to comment.