summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/commands/Commandsell.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/commands/Commandsell.java')
-rw-r--r--Essentials/src/net/ess3/commands/Commandsell.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/net/ess3/commands/Commandsell.java b/Essentials/src/net/ess3/commands/Commandsell.java
index cf3332ec5..36e1893d1 100644
--- a/Essentials/src/net/ess3/commands/Commandsell.java
+++ b/Essentials/src/net/ess3/commands/Commandsell.java
@@ -88,7 +88,7 @@ public class Commandsell extends EssentialsCommand
if (Double.isNaN(worth))
{
- throw new Exception(_("That item cannot be sold to the server."));
+ throw new Exception(_("§4That item cannot be sold to the server."));
}
@@ -127,9 +127,9 @@ public class Commandsell extends EssentialsCommand
{
if (!isBulkSell)
{
- user.sendMessage(_("You do not have enough of that item to sell."));
- user.sendMessage(_("If you meant to sell all of your items of that type, use /sell itemname."));
- throw new Exception(_("/sell itemname -1 will sell all but one item, etc."));
+ user.sendMessage(_("§4You do not have enough of that item to sell."));
+ user.sendMessage(_("§6If you meant to sell all of your items of that type, use /sell itemname."));
+ throw new Exception(_("§6/sell itemname -1 will sell all but one item, etc."));
}
else
{