Merge branch 'sirjonasxx:master' into internationalization

This commit is contained in:
WiredSpast 2022-08-10 14:46:58 +02:00 committed by GitHub
commit de625d3efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ public class OSValidator {
if (isWindows()) {
return "Windows";
} else if (isMac()) {
return "Max";
return "Mac";
} else if (isUnix()) {
return "Linux";
} else {