From b5be9bff53084c33bebb6dee9d32931eec8c0d64 Mon Sep 17 00:00:00 2001 From: ZestyTS Date: Thu, 5 Oct 2023 14:09:33 -0700 Subject: [PATCH] Typo --- UWUVCI AIO WPF/Classes/Injection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UWUVCI AIO WPF/Classes/Injection.cs b/UWUVCI AIO WPF/Classes/Injection.cs index 4800f24..6ff305b 100644 --- a/UWUVCI AIO WPF/Classes/Injection.cs +++ b/UWUVCI AIO WPF/Classes/Injection.cs @@ -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;