Add customization/translation for "Players" and "Map Types" UI labels

This commit is contained in:
Mike Primm 2012-01-06 01:02:56 -06:00
parent 42365ca563
commit 5a0983d867
3 changed files with 9 additions and 2 deletions

View file

@ -31,6 +31,8 @@ public class ClientConfigurationComponent extends Component {
if(sn.equals("Unknown Server"))
sn = "Minecraft Dynamic Map";
s(t, "title", c.getString("webpage-title", sn));
s(t, "msg-maptypes", c.getString("msg/maptypes", "Map Types"));
s(t, "msg-players", c.getString("msg/players", "Players"));
DynmapWorld defaultWorld = null;
String defmap = null;