diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-09-09 18:35:20 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-09-09 18:35:20 +0100 |
commit | 1d62de7e5e2555ab61dbeb675a04a478e080c962 (patch) | |
tree | b6a08a30ea2d91f39df1450df4f4ba521664dd14 | |
parent | 3691417848d0ffe2d50efb3c7971bd9cec06fe3a (diff) | |
download | Essentials-1d62de7e5e2555ab61dbeb675a04a478e080c962.tar Essentials-1d62de7e5e2555ab61dbeb675a04a478e080c962.tar.gz Essentials-1d62de7e5e2555ab61dbeb675a04a478e080c962.tar.lz Essentials-1d62de7e5e2555ab61dbeb675a04a478e080c962.tar.xz Essentials-1d62de7e5e2555ab61dbeb675a04a478e080c962.zip |
Fixing locale typo.
-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; |