File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
arduino-ide-extension/src/browser/contributions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export namespace UploadSketch {
229229 id : 'arduino-upload-with-configuration-sketch' ,
230230 label : nls . localize (
231231 'arduino/sketch/configureAndUpload' ,
232- 'Configure And Upload'
232+ 'Configure and Upload'
233233 ) ,
234234 category : 'Arduino' ,
235235 } ;
Original file line number Diff line number Diff line change 351351 "cantOpen" : " A folder named \" {0}\" already exists. Can't open sketch." ,
352352 "close" : " Are you sure you want to close the sketch?" ,
353353 "compile" : " Compiling sketch..." ,
354- "configureAndUpload" : " Configure And Upload" ,
354+ "configureAndUpload" : " Configure and Upload" ,
355355 "createdArchive" : " Created archive '{0}'." ,
356356 "doneCompiling" : " Done compiling." ,
357357 "doneUploading" : " Done uploading." ,
You can’t perform that action at this time.
0 commit comments