This commit is contained in:
Mikhail
2024-07-30 13:09:33 -04:00
parent 1c29003eaa
commit 8a9447dc09
2 changed files with 4 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ public partial class MainView : UserControl
if (!File.Exists(Path.Combine(txtLauncherPath.Text, "nikke_launcher.exe")))
{
ShowWarningMsg("Launcher path is invalid. Make sure that nikke_launcher.exe exists in the launcher folder", "Error");
ShowWarningMsg("Launcher path is invalid. Make sure that the game executable exists in the launcher folder", "Error");
return;
}