aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2017-08-14 13:49:19 +0200
committerTechnus <daniel112092@gmail.com>2017-08-14 13:49:34 +0200
commita0eee172278592cb6363d76c28845cdddcd9dfe1 (patch)
treef4a90935da350d45c0814554672cf8b4f4e98d7e /src/main
parent4f730afe0631fe9bd2a52b164461be497da66f98 (diff)
downloadGT5-Unofficial-a0eee172278592cb6363d76c28845cdddcd9dfe1.tar.gz
GT5-Unofficial-a0eee172278592cb6363d76c28845cdddcd9dfe1.tar.bz2
GT5-Unofficial-a0eee172278592cb6363d76c28845cdddcd9dfe1.zip
change string
Diffstat (limited to 'src/main')
-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 ac488e833a..f541e47023 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
@@ -220,7 +220,7 @@ public class TT_NEI_ResearchHandler extends TemplateRecipeHandler {
}
}
drawText(10, 113, "Computation: "+computation, -16777216);
- drawText(10, 123, "min. Computation/s: "+minComputationPerSec, -16777216);
+ drawText(10, 123, "Computation: "+minComputationPerSec + " /s", -16777216);
} else {
int i = 0;
for (String descLine : recipeDesc) {