fix typo in messages

add new messages to messages.properties

add new messages to messages_en.properties

add new messages to messages_cs.properties

add new messages to messages_da.properties

add new messages to messages_de.properties

add new messages to messages_es.properties

add new messages to messages_fi.properties

add new messages to messages_fr.properties

add new messages to messages_it.properties

add new messages to messages_nl.properties

add new messages to messages_pl.properties

add new messages to messages_pt.properties

add new messages to messages_se.properties

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull

remove color from bedNull
This commit is contained in:
KHobbits 2013-02-12 22:45:54 +00:00
parent 63c7d4519a
commit fa8b8bec5a
14 changed files with 41 additions and 2 deletions

View file

@ -54,7 +54,7 @@ public class Commandhome extends EssentialsCommand
}
else
{
throw new Exception(_("bedmissing"));
throw new Exception(_("bedMissing"));
}
}
goHome(user, player, homeName.toLowerCase(Locale.ENGLISH), charge);
@ -85,7 +85,7 @@ public class Commandhome extends EssentialsCommand
}
else
{
homes.add(_("bednull"));
homes.add(_("bedNull"));
}
}
user.sendMessage(_("homes", Util.joinList(homes)));