Change Tooltip for clear button in Crafting Terminal.

This commit is contained in:
AlgorithmX2
2014-05-18 14:53:18 -05:00
parent c35faabfd8
commit 440ac95dc4
3 changed files with 5 additions and 2 deletions
@@ -27,7 +27,7 @@ public class GuiCraftingTerm extends GuiMEMonitorable
public void initGui()
{
super.initGui();
buttonList.add( clearBtn = new GuiImgButton( this.guiLeft + 92, this.guiTop + this.ySize - 156, Settings.ACTIONS, ActionItems.CLOSE ) );
buttonList.add( clearBtn = new GuiImgButton( this.guiLeft + 92, this.guiTop + this.ySize - 156, Settings.ACTIONS, ActionItems.STASH ) );
clearBtn.halfSize = true;
}