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

This commit is contained in:
Mike Primm 2012-01-06 15:02:56 +08:00 committed by mikeprimm
parent 02ac4a7f1e
commit c0658e3148
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;