From 2005a5f2c52333ca9ce6767df750e8bf65700243 Mon Sep 17 00:00:00 2001 From: Ry XIV Date: Tue, 2 Apr 2024 17:04:21 -0400 Subject: [PATCH] Fix typo in login killswitch popup --- src/XIVLauncher.Core/LauncherApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XIVLauncher.Core/LauncherApp.cs b/src/XIVLauncher.Core/LauncherApp.cs index 31d98423..bf377e5f 100644 --- a/src/XIVLauncher.Core/LauncherApp.cs +++ b/src/XIVLauncher.Core/LauncherApp.cs @@ -153,7 +153,7 @@ public LauncherApp(Storage storage, bool needsUpdateWarning, string frontierUrl, if (bootver > cutoff) { this.ShowMessage("XIVLauncher is unavailable at this time as there were changes to the login process during a recent patch." + - "\n\nnWe need to adjust to these changes and verify that our adjustments are safe before we can re-enable the launcher." + + "\n\nWe need to adjust to these changes and verify that our adjustments are safe before we can re-enable the launcher." + "\n\nYou can use the Official Launcher instead until XIVLauncher has been updated.", "XIVLauncher", "Close Launcher", () => Environment.Exit(0)); return;