Fix umlauts on ISO8859 systems

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@324 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-30 17:50:24 +02:00
parent f3b5db2866
commit 498c2529bd

View file

@ -363,7 +363,7 @@ class PlayerPanel extends JPanel implements IPlayerPanel {
if (!inspectOnly) {
endTurnButton.setText("Zug beenden");
} else if (!mayRedeal) {
endTurnButton.setText("Nächster Spieler");
endTurnButton.setText("N\u00e4chster Spieler");
}
boolean smallButtons = mayRedeal && inspectOnly;
endTurnButton.setVisible(!smallButtons);