Update l10n for message format

This commit is contained in:
2016-06-09 19:19:35 -04:00
parent 3ac978bdc1
commit 2dbdf55694
3 changed files with 5 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ public class SocketConsoleApplicationTest {
String fromServer;
int i = 0;
String[] cmds = {"help", "test", "close"};
String[] cmds = {"help", "toto", "test", "close"};
while ((fromServer = in.readLine()) != null) {
System.out.println("Server: \n" + ENCODER.decode(fromServer));
if (fromServer.equals("Bye.")) {