correction in winnertext

This commit is contained in:
schrom01
2021-10-15 08:14:27 +02:00
parent 904f7cfe49
commit 796d17bb43
+1 -1
View File
@@ -90,7 +90,7 @@ public class Language {
*/
public void outputWinnerText(int player) {
System.out.println(checkLanguage(
"Spieler "+player+" hat gewonnen! Gut gespiel!",
"Spieler "+player+" hat gewonnen! Gut gespielt!",
"Player "+player+" won! Well played genius!",
"Người chơi "+player+" đã thắng. Làm tốt!"));
}