mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Fixing locale typo.
This commit is contained in:
parent
3691417848
commit
1d62de7e5e
@ -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!
|
||||
|
@ -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!
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user