Grammar issue

This commit is contained in:
Laurent Clouet
2015-04-19 02:57:25 +01:00
parent 97de741c06
commit 0506433146
3 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ public class GuiTextOneLine implements Gui {
int charToRemove = line.length();
System.out.print("\r");
line = String.format("Frame rendered: %d remaining: %d | %s", rendered, remaining, status);
line = String.format("Frames rendered: %d remaining: %d | %s", rendered, remaining, status);
System.out.print(line);
for (int i = line.length(); i <= charToRemove; i++) {
System.out.print(" ");