Skip to content

Commit

Permalink
Fix repair-button not getting translated #1182
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Nov 18, 2014
1 parent a56067b commit b073a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/tools/ToolProxyClient.java
Expand Up @@ -416,7 +416,7 @@ void addToolButtons ()
final ToolCore[] tier2Tools = {hammer, lumberaxe, excavator, scythe, cleaver, battleaxe};

// repair
addToolButton(0, 3, 0, new int[] { 0, 1, 2, 13 }, new int[] { 13, 13, 13, 13 }, "gui.toolforge1", "gui.toolforge2");
addToolButton(0, 3, 0, new int[] { 0, 1, 2, 13 }, new int[] { 13, 13, 13, 13 }, StatCollector.translateToLocal("gui.toolforge1"), "gui.toolforge2");

// tier 1 tools
for (int i = 0; i < tier1Tools.length; i++)
Expand Down

0 comments on commit b073a20

Please sign in to comment.