File tree 2 files changed +2
-2
lines changed
arduino-ide-extension/src/browser/contributions
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export namespace UploadSketch {
229
229
id : 'arduino-upload-with-configuration-sketch' ,
230
230
label : nls . localize (
231
231
'arduino/sketch/configureAndUpload' ,
232
- 'Configure And Upload'
232
+ 'Configure and Upload'
233
233
) ,
234
234
category : 'Arduino' ,
235
235
} ;
Original file line number Diff line number Diff line change 351
351
"cantOpen" : " A folder named \" {0}\" already exists. Can't open sketch." ,
352
352
"close" : " Are you sure you want to close the sketch?" ,
353
353
"compile" : " Compiling sketch..." ,
354
- "configureAndUpload" : " Configure And Upload" ,
354
+ "configureAndUpload" : " Configure and Upload" ,
355
355
"createdArchive" : " Created archive '{0}'." ,
356
356
"doneCompiling" : " Done compiling." ,
357
357
"doneUploading" : " Done uploading." ,
You can’t perform that action at this time.
0 commit comments