diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-06-27 01:03:56 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-06-28 13:05:56 +0100 |
commit | 42b77864cd9b11adcb71b96490295213193eb329 (patch) | |
tree | 6d7077ebd1e52866b2483c056bff89f3477425f4 | |
parent | f485cbc48b252b43c7614bdb0775b5a453361eda (diff) | |
download | Essentials-42b77864cd9b11adcb71b96490295213193eb329.tar Essentials-42b77864cd9b11adcb71b96490295213193eb329.tar.gz Essentials-42b77864cd9b11adcb71b96490295213193eb329.tar.lz Essentials-42b77864cd9b11adcb71b96490295213193eb329.tar.xz Essentials-42b77864cd9b11adcb71b96490295213193eb329.zip |
Minor colour tweak
-rw-r--r-- | Essentials/src/messages.properties | 8 | ||||
-rw-r--r-- | Essentials/src/messages_en.properties | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 053dc687e..adce901d0 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -134,7 +134,6 @@ geoIpUrlEmpty=GeoIP download url is empty. geoIpUrlInvalid=GeoIP download url is invalid. geoipJoinFormat=\u00a76Player \u00a7c{0} \u00a76comes from \u00a7c{1}\u00a76. giveSpawn=\u00a76Giving\u00a7c {0} \u00a76of\u00a7c {1} to\u00a7c {2}\u00a76. -giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost. godDisabledFor=\u00a74disabled\u00a76 for\u00a7c {0} godEnabledFor=\u00a7aenabled\u00a76 for\u00a7c {0} godMode=\u00a76God mode\u00a7c {0}\u00a76. @@ -481,10 +480,10 @@ unvanished=\u00a76You are once again visible. unvanishedReload=\u00a74A reload has forced you to become visible. upgradingFilesError=Error while upgrading the files. uptime=\u00a76Uptime:\u00a7c {0} -userAFK=\u00a75{0} \u00a75is currently AFK and may not respond. +userAFK=\u00a77{0} \u00a75is currently AFK and may not respond. userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist. -userIsAway=\u00a75{0} \u00a75is now AFK. -userIsNotAway=\u00a75{0} \u00a75is no longer AFK. +userIsAway=\u00a77* {0} \u00a77is now AFK. +userIsNotAway=\u00a77* {0} \u00a77is no longer AFK. userJailed=\u00a76You have been jailed! userUnknown=\u00a74Warning: The user ''\u00a7c{0}\u00a74'' has never joined this server. userUsedPortal={0} used an existing exit portal. @@ -535,6 +534,7 @@ youAreHealed=\u00a76You have been healed. youHaveNewMail=\u00a76You have\u00a7c {0} \u00a76messages! Type \u00a7c/mail read\u00a76 to view your mail. whoisHunger=\u00a76 - Hunger:\u00a7r {0}/20 (+{1} saturation) kitDelay=\u00a7m{0}\u00a7r +giveSpawnFailure=\u00a74Not enough space, \u00a7c{0} \u00a7c{1} \u00a74was lost. noKitGroup=\u00a74You do not have access to this kit. inventoryClearingFromAll=\u00a76Clearing the inventory of all users... inventoryClearingAllItems=\u00a76Cleared all inventory items from {0}\u00a76. diff --git a/Essentials/src/messages_en.properties b/Essentials/src/messages_en.properties index 7a805472d..adce901d0 100644 --- a/Essentials/src/messages_en.properties +++ b/Essentials/src/messages_en.properties @@ -480,10 +480,10 @@ unvanished=\u00a76You are once again visible. unvanishedReload=\u00a74A reload has forced you to become visible. upgradingFilesError=Error while upgrading the files. uptime=\u00a76Uptime:\u00a7c {0} -userAFK=\u00a75{0} \u00a75is currently AFK and may not respond. +userAFK=\u00a77{0} \u00a75is currently AFK and may not respond. userDoesNotExist=\u00a74The user\u00a7c {0} \u00a74does not exist. -userIsAway=\u00a75{0} \u00a75is now AFK. -userIsNotAway=\u00a75{0} \u00a75is no longer AFK. +userIsAway=\u00a77* {0} \u00a77is now AFK. +userIsNotAway=\u00a77* {0} \u00a77is no longer AFK. userJailed=\u00a76You have been jailed! userUnknown=\u00a74Warning: The user ''\u00a7c{0}\u00a74'' has never joined this server. userUsedPortal={0} used an existing exit portal. |