We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e61109 commit 5ec0077Copy full SHA for 5ec0077
arduino-ide-extension/src/browser/contributions/save-as-sketch.ts
@@ -208,7 +208,7 @@ export class SaveAsSketch extends CloudSketchContribution {
208
details: errorMessage,
209
question: nls.localize(
210
'arduino/sketch/editInvalidSketchFolderQuestion',
211
- 'Do you want to try to save the sketch with a different name?'
+ 'Do you want to try saving the sketch with a different name?'
212
),
213
};
214
}
0 commit comments