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 dd97d85 commit 9e61109Copy full SHA for 9e61109
arduino-ide-extension/src/browser/contributions/save-as-sketch.ts
@@ -191,7 +191,7 @@ export class SaveAsSketch extends CloudSketchContribution {
191
),
192
question: nls.localize(
193
'arduino/sketch/editInvalidSketchFolderLocationQuestion',
194
- 'Do you want to try to save the sketch to a different location?'
+ 'Do you want to try saving the sketch to a different location?'
195
196
};
197
}
0 commit comments