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:19 +0200
commit313ee2e2fcddba2e2147bbd88d669a59dc95da56 (patch)
treea93498122090ea3b870834d4b66f36ee4a74b2df /src/main
parent2a86e40830a042094398eda84b3e4161220fc743 (diff)
downloadGT5-Unofficial-313ee2e2fcddba2e2147bbd88d669a59dc95da56.tar.gz
GT5-Unofficial-313ee2e2fcddba2e2147bbd88d669a59dc95da56.tar.bz2
GT5-Unofficial-313ee2e2fcddba2e2147bbd88d669a59dc95da56.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) {