Clarify WSL error messages

This commit is contained in:
Thalia Nero
2020-05-28 17:59:54 -04:00
parent 07a1052c69
commit 0047ca454f
2 changed files with 3 additions and 3 deletions

View File

@ -158,8 +158,8 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
) {
showFatalErrorMessage(
"Unsupported system detected!",
"It seems you are supporting the exploitation of Free Software.\n\n"
"You smell bad and you should feel bad."
"Linux-on-Windows distributions are not supported.\n\n"
"Please use the Windows MultiMC binary when playing on Windows."
);
return;
}