From a5aed43f56421f849789a5e8a552e8e507e9e36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Ducho=C5=88?= Date: Sat, 21 Oct 2017 12:03:12 +0200 Subject: [PATCH] Lang tweak --- src/main/java/treechopper/common/command/TCHCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/treechopper/common/command/TCHCommand.java b/src/main/java/treechopper/common/command/TCHCommand.java index 72ee394..63ca2d0 100644 --- a/src/main/java/treechopper/common/command/TCHCommand.java +++ b/src/main/java/treechopper/common/command/TCHCommand.java @@ -143,7 +143,7 @@ private void GetUsage(ICommandSender sender) { sender.sendMessage(new TextComponentTranslation(TextFormatting.AQUA + "/tch plantSap" + TextFormatting.RESET + " 0/1 -" + TextFormatting.ITALIC + GetTranslatedText(sender, "command.plantSaplingInfo", " Auto plant sapling, around his trunk"))); sender.sendMessage(new TextComponentTranslation(TextFormatting.AQUA + "/tch decLeaves" + TextFormatting.RESET + " 0/1 -" + TextFormatting.ITALIC + GetTranslatedText(sender, "command.decayLeavesInfo", " Decay leaves with tree fall"))); sender.sendMessage(new TextComponentTranslation(TextFormatting.AQUA + "/tch revShift" + TextFormatting.RESET + " 0/1 -" + TextFormatting.ITALIC + GetTranslatedText(sender, "command.reverseShiftInfo", " Reverse shift function"))); - sender.sendMessage(new TextComponentTranslation(TextFormatting.AQUA + "/tch disShift" + TextFormatting.RESET + " 0/1 -" + TextFormatting.ITALIC + GetTranslatedText(sender, "command.reverseShiftInfo", " Disable shift function"))); + sender.sendMessage(new TextComponentTranslation(TextFormatting.AQUA + "/tch disShift" + TextFormatting.RESET + " 0/1 -" + TextFormatting.ITALIC + GetTranslatedText(sender, "command.disableShiftInfo", " Disable shift function"))); } private void GetInfo(ICommandSender sender) {