Skip to content

Commit

Permalink
Update GuiLandmine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Jan 11, 2014
1 parent 2529da2 commit 73bbb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/client/gui/GuiLandmine.java
Expand Up @@ -68,7 +68,7 @@ protected void drawGuiContainerForegroundLayer (int i, int j)
}
else
{
fontRenderer.drawString("Landmine", 8, 5, 4210752);
fontRenderer.drawString((StatCollector.translateToLocal("gui.landmine"), 8, 5, 4210752);
}
fontRenderer.drawString(StatCollector.translateToLocal("container.inventory"), 8, ySize - 96 + 3, 4210752);
}
Expand Down

0 comments on commit 73bbb5f

Please sign in to comment.