Skip to content

Commit

Permalink
Merge pull request #1879 from h2g2guy/master
Browse files Browse the repository at this point in the history
Corrected repeated 'less' in checkName's message
  • Loading branch information
cmaglie committed Feb 19, 2014
2 parents 3a72c02 + f3944b2 commit 2757691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/processing/app/Sketch.java
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 2757691

Please sign in to comment.