Skip to content

Commit

Permalink
Localization for the text in the tinker table
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Jan 13, 2014
1 parent e876c73 commit 6dc32ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/client/gui/CraftingStationGui.java
Expand Up @@ -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 = "";
}

Expand Down

0 comments on commit 6dc32ba

Please sign in to comment.