Skip to content

Commit a8ec7c2

Browse files
author
Alberto Iannaccone
authored
Change menu item "Export compiled Binary" to "Export Compiled Binary" (#492)
1 parent a7a1f95 commit a8ec7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class VerifySketch extends SketchContribution {
5757
});
5858
registry.registerMenuAction(ArduinoMenus.SKETCH__MAIN_GROUP, {
5959
commandId: VerifySketch.Commands.EXPORT_BINARIES.id,
60-
label: 'Export compiled Binary',
60+
label: 'Export Compiled Binary',
6161
order: '3',
6262
});
6363
}

0 commit comments

Comments
 (0)