From 19f5a2340d9fdb3902f5c388f463fd569943db07 Mon Sep 17 00:00:00 2001 From: snowleo Date: Sun, 20 Nov 2011 19:12:20 +0100 Subject: Fix timeWorldCurrent translation key in /time command --- Essentials/src/com/earth2me/essentials/commands/Commandtime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtime.java b/Essentials/src/com/earth2me/essentials/commands/Commandtime.java index 30ecaaf54..4535e5fe2 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandtime.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandtime.java @@ -69,7 +69,7 @@ public class Commandtime extends EssentialsCommand for (World world : worlds) { - sender.sendMessage(Util.format("timeCurrentWorld", world.getName(), DescParseTickFormat.format(world.getTime()))); + sender.sendMessage(Util.format("timeWorldCurrent", world.getName(), DescParseTickFormat.format(world.getTime()))); } } -- cgit v1.2.3