Skip to content

Commit

Permalink
Corrected repeated 'less' in checkName's message
Browse files Browse the repository at this point in the history
  • Loading branch information
h2g2guy committed Feb 19, 2014
1 parent 3a72c02 commit f3944b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/processing/app/Sketch.java
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ static public String checkName(String origName) {
String msg =
_("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" +
"They should also be less less than 64 characters long.");
"They should also be less than 64 characters long.");
System.out.println(msg);
}
return newName;
Expand Down

0 comments on commit f3944b2

Please sign in to comment.