mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Typo
This commit is contained in:
parent
88cd063ca3
commit
b5be9bff53
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ namespace UWUVCI_AIO_WPF
|
|||
errorMessage = "Looks to be your images are the problem" +
|
||||
"\nFAQ: #28";
|
||||
|
||||
MessageBox.Show(errorMessage + "\n\nDon't forget that there's an FAQ in the ReadMe.txt file in the UWUVCI Discord\n\nError Message:\n" + e.Message, "Injection Failed", MessageBoxButton.OK, MessageBoxImage.Error);
|
||||
MessageBox.Show(errorMessage + "\n\nDon't forget that there's an FAQ in the ReadMe.txt file and on the UWUVCI Discord\n\nError Message:\n" + e.Message, "Injection Failed", MessageBoxButton.OK, MessageBoxImage.Error);
|
||||
|
||||
Clean();
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue