Localization for void excess strings.

This commit is contained in:
Geldorn
2016-10-06 23:06:22 +02:00
parent a127a265e2
commit 96f17eb41a
2 changed files with 5 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ public class SideButtonVoidExcess extends SideButton {
@Override
public String getTooltip() {
return TextFormatting.LIGHT_PURPLE + "Void Excess Item Mode" + "\n" + (parameter.getValue() ? "On" : "Off");
return TextFormatting.LIGHT_PURPLE + gui.t("sidebutton.refinedstorage:void_excess.mode") + TextFormatting.RESET + "\n" + gui.t("sidebutton.refinedstorage:void_excess.mode." + (parameter.getValue() ? "on" : "off"));
}
@Override