correction in winnertext
This commit is contained in:
parent
904f7cfe49
commit
796d17bb43
|
@ -90,7 +90,7 @@ public class Language {
|
||||||
*/
|
*/
|
||||||
public void outputWinnerText(int player) {
|
public void outputWinnerText(int player) {
|
||||||
System.out.println(checkLanguage(
|
System.out.println(checkLanguage(
|
||||||
"Spieler "+player+" hat gewonnen! Gut gespiel!",
|
"Spieler "+player+" hat gewonnen! Gut gespielt!",
|
||||||
"Player "+player+" won! Well played genius!",
|
"Player "+player+" won! Well played genius!",
|
||||||
"Người chơi "+player+" đã thắng. Làm tốt!"));
|
"Người chơi "+player+" đã thắng. Làm tốt!"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue