diff options
author | Thalia Nero <chrisvn00@gmail.com> | 2020-05-28 17:59:54 -0400 |
---|---|---|
committer | Thalia Nero <chrisvn00@gmail.com> | 2020-05-28 17:59:54 -0400 |
commit | 0047ca454f9acc2e15a723454b1eac8a18b81904 (patch) | |
tree | 59886e6b49a8d38afcaebfd555987371fee4ba10 /application | |
parent | 07a1052c69a7c7d7feedd878e3371d80c6143981 (diff) | |
download | PrismLauncher-0047ca454f9acc2e15a723454b1eac8a18b81904.tar.gz PrismLauncher-0047ca454f9acc2e15a723454b1eac8a18b81904.tar.bz2 PrismLauncher-0047ca454f9acc2e15a723454b1eac8a18b81904.zip |
Clarify WSL error messages
Diffstat (limited to 'application')
-rw-r--r-- | application/MultiMC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 9897d02b..53044c51 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -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; } |