Corrected repeated 'less' in checkName's message

This commit is contained in:
h2g2guy 2014-02-18 23:32:22 -05:00
parent 3a72c02480
commit f3944b2df0
1 changed files with 1 additions and 1 deletions

View File

@ -2024,7 +2024,7 @@ public class Sketch {
String msg =
_("The sketch name had to be modified. Sketch names can only consist\n" +
"of ASCII characters and numbers (but cannot start with a number).\n" +
"They should also be less less than 64 characters long.");
"They should also be less than 64 characters long.");
System.out.println(msg);
}
return newName;