Skip to content

Commit

Permalink
Lang tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Duchoň committed Oct 21, 2017
1 parent e41fed4 commit a5aed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/treechopper/common/command/TCHCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a5aed43

Please sign in to comment.