From 6dc32bacb4fdaedd5fd8e5ae282e36e930b04eaa Mon Sep 17 00:00:00 2001 From: TheVikingWarrior Date: Mon, 13 Jan 2014 16:59:34 +0100 Subject: [PATCH] Localization for the text in the tinker table --- src/main/java/tconstruct/client/gui/CraftingStationGui.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/tconstruct/client/gui/CraftingStationGui.java b/src/main/java/tconstruct/client/gui/CraftingStationGui.java index 1cc6983fe87..89a4c228c8c 100644 --- a/src/main/java/tconstruct/client/gui/CraftingStationGui.java +++ b/src/main/java/tconstruct/client/gui/CraftingStationGui.java @@ -34,8 +34,8 @@ public CraftingStationGui(InventoryPlayer inventory, CraftingStationLogic logic, this.logic = logic; //text = new GuiTextField(this.fontRenderer, this.xSize / 2 - 5, 8, 30, 12); //this.text.setText(""); - title = "\u00A7nRepair and Modification"; - body = "The main way to repair or change your tools or armor.\n\nPlace an item and a material on the left to get started."; + title = "\u00A7n" + StatCollector.translateToLocal("gui.toolforge1"); + body = StatCollector.translateToLocal("gui.toolforge2"); toolName = ""; }