Skip to content

Commit ab362fc

Browse files
committed
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2 parents c039653 + 2757691 commit ab362fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ static public String checkName(String origName) {
20272027
String msg =
20282028
_("The sketch name had to be modified. Sketch names can only consist\n" +
20292029
"of ASCII characters and numbers (but cannot start with a number).\n" +
2030-
"They should also be less less than 64 characters long.");
2030+
"They should also be less than 64 characters long.");
20312031
System.out.println(msg);
20322032
}
20332033
return newName;

0 commit comments

Comments
 (0)