Fix TL messages.

This commit is contained in:
KHobbits 2013-04-30 00:18:53 +01:00
parent d425ab5f93
commit 137d0df9dc
18 changed files with 25 additions and 2 deletions

View file

@ -130,7 +130,7 @@ public class Commandeco extends EssentialsCommand
}
else
{
throw new Exception(_("notEnoughMoney"));
throw new Exception(_("insufficientFunds"));
}
}