Change menu item "Export compiled Binary" to "Export Compiled Binary" (#492)

This commit is contained in:
Alberto Iannaccone 2021-09-02 11:49:16 +01:00 committed by GitHub
parent a7a1f95ced
commit a8ec7c2640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export class VerifySketch extends SketchContribution {
});
registry.registerMenuAction(ArduinoMenus.SKETCH__MAIN_GROUP, {
commandId: VerifySketch.Commands.EXPORT_BINARIES.id,
label: 'Export compiled Binary',
label: 'Export Compiled Binary',
order: '3',
});
}