Skip to content

Commit 2757691

Browse files
committed
Merge pull request #1879 from h2g2guy/master
Corrected repeated 'less' in checkName's message
2 parents 3a72c02 + f3944b2 commit 2757691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/processing/app/Sketch.java

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

0 commit comments

Comments
 (0)