Skip to content

Commit

Permalink
Update ModBlaze.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Apr 16, 2014
1 parent 770af46 commit 7aa23ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/modifiers/tools/ModBlaze.java
Expand Up @@ -88,7 +88,7 @@ void updateModTag (ItemStack tool, int[] keys)
{
NBTTagCompound tags = tool.getTagCompound().getCompoundTag("InfiTool");
String tip = "ModifierTip" + keys[2];
String modName = "\u00a76" + StatCollector.translateToLocal("gui.modifier.blaze") (" + keys[0] + "/" + keys[1] + ");
String modName = "\u00a76" + StatCollector.translateToLocal("gui.modifier.blaze") + (" + keys[0] + "/" + keys[1] + ");
tags.setString(tip, modName);
}

Expand Down

0 comments on commit 7aa23ac

Please sign in to comment.