We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c039653 + 2757691 commit ab362fcCopy full SHA for ab362fc
app/src/processing/app/Sketch.java
@@ -2027,7 +2027,7 @@ static public String checkName(String origName) {
2027
String msg =
2028
_("The sketch name had to be modified. Sketch names can only consist\n" +
2029
"of ASCII characters and numbers (but cannot start with a number).\n" +
2030
- "They should also be less less than 64 characters long.");
+ "They should also be less than 64 characters long.");
2031
System.out.println(msg);
2032
}
2033
return newName;
0 commit comments