Skip to content

Commit 048f452

Browse files
kittaakosper1234
andauthored
Update arduino-ide-extension/src/browser/contributions/save-as-sketch.ts
Co-authored-by: per1234 <[email protected]>
1 parent 5ec0077 commit 048f452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/save-as-sketch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class SaveAsSketch extends CloudSketchContribution {
187187
),
188188
details: nls.localize(
189189
'arduino/sketch/invalidSketchFolderLocationDetails',
190-
'You cannot save a sketch into a folder inside itself. This would go on forever.'
190+
'You cannot save a sketch into a folder inside itself.'
191191
),
192192
question: nls.localize(
193193
'arduino/sketch/editInvalidSketchFolderLocationQuestion',

0 commit comments

Comments
 (0)