Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/Language.java
This commit is contained in:
schrom01 2021-10-15 08:25:14 +02:00
commit 66f0eba365
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ public class Language {
return true; return true;
} }
System.out.println(checkLanguage( System.out.println(checkLanguage(
"Diese Sprache ist nicht zulässig.", "Diese Sprache ist nicht zulässig",
"This language is not valid.", "This Language is not valid",
"Ngôn ngữ này không được phép.")); "Ngôn ngữ này không được phép"));
return false; return false;
} }