mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
This commit is contained in:
@ -2027,7 +2027,7 @@ public class Sketch {
|
|||||||
String msg =
|
String msg =
|
||||||
_("The sketch name had to be modified. Sketch names can only consist\n" +
|
_("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" +
|
"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);
|
System.out.println(msg);
|
||||||
}
|
}
|
||||||
return newName;
|
return newName;
|
||||||
|
Reference in New Issue
Block a user