From cc76e3c699c16b22467b5a7d3de402f7b84f269f Mon Sep 17 00:00:00 2001 From: JanuarySnow <85711747+JanuarySnow@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:05:42 +0100 Subject: [PATCH] Update MainWindowViewModel.cs --- Wabbajack.Launcher/ViewModels/MainWindowViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack.Launcher/ViewModels/MainWindowViewModel.cs b/Wabbajack.Launcher/ViewModels/MainWindowViewModel.cs index 76f06b4e..75472aa3 100644 --- a/Wabbajack.Launcher/ViewModels/MainWindowViewModel.cs +++ b/Wabbajack.Launcher/ViewModels/MainWindowViewModel.cs @@ -231,7 +231,7 @@ public class MainWindowViewModel : ViewModelBase ShowInCenter = true, ContentTitle = "Wabbajack Launcher: Bad startup path", ContentMessage = - "Cannot start in the root of a drive, or protected folder locations such as Downloads, Desktop etc.\nPlease move Wabbajack to another folder, creating a new folder if necessary ( example : C:\\Wabbajack\\, outside of these locations." + "Cannot start in the root of a drive, or protected folder locations such as Downloads, Desktop etc.\nPlease move Wabbajack to another folder, creating a new folder if necessary ( example : C:\\Wabbajack\\), outside of these locations." }); var result = await msg.Show(); Environment.Exit(1);