correction in winnertext
This commit is contained in:
+1
-1
@@ -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!"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user