Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3944b2

Browse files
committed
Corrected repeated 'less' in checkName's message
1 parent 3a72c02 commit f3944b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/src/processing/app/Sketch.java‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /