aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2022-09-28 19:20:02 +0100
committerGitHub <noreply@github.com>2022-09-28 19:20:02 +0100
commitbe230fa2ae18857213b7f1438db34522969a7aaa (patch)
tree0de7fb4fe97c67311abde337ce702238ab9ffe4a
parent66371622770d5885ff2206fc162ca5198ac3d409 (diff)
parent2e9f239d38c92f2fb1f70e449788a4c67159b352 (diff)
downloadGT5-Unofficial-be230fa2ae18857213b7f1438db34522969a7aaa.tar.gz
GT5-Unofficial-be230fa2ae18857213b7f1438db34522969a7aaa.tar.bz2
GT5-Unofficial-be230fa2ae18857213b7f1438db34522969a7aaa.zip
Merge pull request #102 from GTNewHorizons/Fix
Fix text going off screen
-rw-r--r--src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
index b729ebdfc8..f9fd0bc22f 100644
--- a/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
+++ b/src/main/java/com/github/technus/tectech/nei/TT_NEI_ResearchHandler.java
@@ -228,7 +228,7 @@ public class TT_NEI_ResearchHandler extends TemplateRecipeHandler {
drawText(
10,
73,
- trans("152", "Max Total: ")
+ trans("152", "Max EU: ")
+ GT_Utility.formatNumbers(
(1 + (computation - minComputationPerSec) / minComputationPerSec)
* (long) tEUt