diff --git a/src/main/java/com/glodblock/github/nei/NEICellViewHandler.java b/src/main/java/com/glodblock/github/nei/NEICellViewHandler.java index 85cea7152..5d353fce7 100644 --- a/src/main/java/com/glodblock/github/nei/NEICellViewHandler.java +++ b/src/main/java/com/glodblock/github/nei/NEICellViewHandler.java @@ -119,7 +119,12 @@ public void drawForeground(int recipe) { final String usedBytes = Platform.formatByteDouble(cellHandler.getUsedBytes()); final String totalBytes = Platform.formatByteDouble(cellHandler.getTotalBytes()); fontRenderer.drawString( - usedBytes + " " + GuiText.Of.getLocal() + ' ' + totalBytes + ' ' + GuiText.BytesUsed.getLocal(), + usedBytes + " " + + GuiText.Of.getLocal() + + ' ' + + totalBytes + + ' ' + + GuiText.FromStoragePercent.getLocal(), OFFSET_X, INFO_OFFSET_Y, 0);