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