Skip to content

Commit

Permalink
Update ModSmite.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Apr 16, 2014
1 parent 8b296e0 commit 4b40a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/modifiers/tools/ModSmite.java
Expand Up @@ -2,6 +2,7 @@

import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.StatCollector;

public class ModSmite extends ToolModTypeFilter
{
Expand All @@ -12,7 +13,7 @@ public class ModSmite extends ToolModTypeFilter
public ModSmite(String type, int effect, ItemStack[] items, int[] values)
{
super(effect, "ModSmite", items, values);
tooltipName = "\u00a7eSmite";
tooltipName = "\u00a7e" + StatCollector.translateToLocal("modifier.tool.smite");
tagName = type;
}

Expand Down

0 comments on commit 4b40a08

Please sign in to comment.