Commit 1ed0511c authored by Magix's avatar Magix Committed by Melledy
Browse files

Update Tools.java

parent 1ee9cc80
......@@ -80,7 +80,7 @@ public final class Tools {
if (groupedLangCount > 0) {
System.out.println(groupedLangList);
}
System.out.print("\nYour choice:[EN]");
System.out.print("\nYour choice:[EN] ");
input = new BufferedReader(new InputStreamReader(System.in)).readLine();
if (availableLangList.contains(input.toLowerCase())) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment