touch-ups: fix lang typo, fix tooltip delay in zone planner
This commit is contained in:
parent
f17f0cc9d7
commit
6813d9882f
2 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ tip.PipePowerIron=Selectable Limiter Pipe
|
|||
tip.PipeStructureCobblestone=Support pipe
|
||||
|
||||
tip.tool.add=Add
|
||||
til.tool.remove=Remove
|
||||
tip.tool.remove=Remove
|
||||
|
||||
achievement.woodenGearAchievement=A bit rough around the edges
|
||||
achievement.woodenGearAchievement.desc=Craft a wooden gear
|
||||
|
|
|
@ -134,7 +134,7 @@ public class GuiZonePlan extends GuiAdvancedInterface {
|
|||
super.initGui();
|
||||
|
||||
tool = new GuiBetterButton(0, guiLeft + 5, guiTop + 20, 20, "+");
|
||||
tool.setToolTip(new ToolTip(500, new ToolTipLine(StringUtils.localize("tip.tool.add"))));
|
||||
tool.setToolTip(new ToolTip(new ToolTipLine(StringUtils.localize("tip.tool.add"))));
|
||||
buttonList.add(tool);
|
||||
|
||||
savedButtonList = buttonList;
|
||||
|
|
Loading…
Reference in a new issue