Fixed tooltips not properly showing up in atomic age machines.

This commit is contained in:
Maxwolf Goodliffe 2014-05-21 06:09:08 -07:00
parent c79f616f32
commit e00df32267

View file

@ -53,7 +53,7 @@ public class GuiReactorCell extends GuiContainerBase
}
}
List<String> desc = LanguageUtility.splitStringPerWord(LanguageUtility.getLocal("tile.atomicscience:reactorCell.tooltip"), 5);
List<String> desc = LanguageUtility.splitStringPerWord(LanguageUtility.getLocal("tile.resonantinduction:reactorCell.tooltip"), 5);
for (int i = 0; i < desc.size(); i++)
{