diff options
-rw-r--r-- | Essentials/src/messages.properties | 2 | ||||
-rw-r--r-- | Essentials/src/messages_en.properties | 2 | ||||
-rw-r--r-- | EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index b2d0846f2..f0b30bbe4 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -31,7 +31,7 @@ blockList=\u00a76Essentials relayed the following commands to another plugin: broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0} buildAlert=\u00a74You are not permitted to build bukkitFormatChanged=Bukkit version format changed. Version not checked. -burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} \u00a7seconds. +burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76. canTalkAgain=\u00a76You can talk again cantFindGeoIpDB=Can't find GeoIP database! cantReadGeoIpDB=Failed to read GeoIP database! diff --git a/Essentials/src/messages_en.properties b/Essentials/src/messages_en.properties index b2d0846f2..f0b30bbe4 100644 --- a/Essentials/src/messages_en.properties +++ b/Essentials/src/messages_en.properties @@ -31,7 +31,7 @@ blockList=\u00a76Essentials relayed the following commands to another plugin: broadcast=\u00a76[\u00a74Broadcast\u00a76]\u00a7a {0} buildAlert=\u00a74You are not permitted to build bukkitFormatChanged=Bukkit version format changed. Version not checked. -burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} \u00a7seconds. +burnMsg=\u00a76You set\u00a7c {0} \u00a76on fire for\u00a7c {1} seconds\u00a76. canTalkAgain=\u00a76You can talk again cantFindGeoIpDB=Can't find GeoIP database! cantReadGeoIpDB=Failed to read GeoIP database! diff --git a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java index bc6b27aea..2324c65d9 100644 --- a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java +++ b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java @@ -15,7 +15,6 @@ import org.bukkit.entity.Player; import org.bukkit.event.Listener; import org.bukkit.event.player.AsyncPlayerChatEvent; -//TODO: Translate the local/spy tags public abstract class EssentialsChatPlayer implements Listener { protected transient IEssentials ess; |