1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-22 13:19:48 +01:00

Merge pull request #1879 from h2g2guy/master

Corrected repeated 'less' in checkName's message
This commit is contained in:
Cristian Maglie 2014-02-19 10:37:24 +01:00
commit 27576919a4

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;