Skip to content

Commit 84dbebd

Browse files
author
Alberto Iannaccone
committed
Change menu item "Export compiled Binary" to "Export Compiled Binary"
1 parent d3d6ba8 commit 84dbebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)