Skip to content

Commit 20c5de4

Browse files
kittaakosper1234
andauthored
Update arduino-ide-extension/src/browser/contributions/sketchbook.ts
Co-authored-by: per1234 <[email protected]>
1 parent 2cb9d64 commit 20c5de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/sketchbook.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class Sketchbook extends Examples {
9595
),
9696
message: nls.localize(
9797
'arduino/sketch/ignoringSketchWithBadNameMessage',
98-
'The sketch "{0}" cannot be used. Sketch names must contain only basic letters and numbers. (ASCII-only with no spaces, and it cannot start with a number). To get rid of this message, remove the sketch from {1}',
98+
'The sketch "{0}" cannot be used. Sketch names must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 63 characters. To get rid of this message, remove the sketch from {1}',
9999
name,
100100
path
101101
),

0 commit comments

Comments
 (0)