Skip to content

Commit 09f7b1a

Browse files
author
Alberto Iannaccone
committed
fix "Configure and Upload" label
1 parent 42ef39c commit 09f7b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/upload-sketch.ts

+1-1
Original file line numberDiff line numberDiff 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
};

Diff for: i18n/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
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.",

0 commit comments

Comments
 (0)