Some name changes MAGE to XMage.

This commit is contained in:
LevelX2 2014-05-27 00:14:51 +02:00
parent 1a4ed7223c
commit 5481841b9f
6 changed files with 18 additions and 15 deletions

View file

@ -424,7 +424,7 @@ public class ConnectDialog extends MageDialog {
}
String selectedServer = (String) JOptionPane.showInputDialog(null,
"Choose MAGE Public Server:", "Input",
"Choose XMage Public Server:", "Input",
JOptionPane.INFORMATION_MESSAGE, null, servers.toArray(),
servers.get(0));
if (selectedServer != null) {