Skip to content

Commit

Permalink
Update arduino-ide-extension/src/browser/contributions/save-as-sketch.ts
Browse files Browse the repository at this point in the history
Co-authored-by: per1234 <accounts@perglass.com>
  • Loading branch information
kittaakos and per1234 authored Feb 13, 2023
1 parent 5ec0077 commit 048f452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class SaveAsSketch extends CloudSketchContribution {
),
details: nls.localize(
'arduino/sketch/invalidSketchFolderLocationDetails',
'You cannot save a sketch into a folder inside itself. This would go on forever.'
'You cannot save a sketch into a folder inside itself.'
),
question: nls.localize(
'arduino/sketch/editInvalidSketchFolderLocationQuestion',
Expand Down

0 comments on commit 048f452

Please sign in to comment.