8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec0077 commit 048f452Copy full SHA for 048f452
arduino-ide-extension/src/browser/contributions/save-as-sketch.ts
@@ -187,7 +187,7 @@ export class SaveAsSketch extends CloudSketchContribution {
187
),
188
details: nls.localize(
189
'arduino/sketch/invalidSketchFolderLocationDetails',
190
- '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.'
191
192
question: nls.localize(
193
'arduino/sketch/editInvalidSketchFolderLocationQuestion',
0 commit comments