mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-24 11:46:32 +00:00
Change menu item "Export compiled Binary" to "Export Compiled Binary" (#492)
This commit is contained in:
parent
a7a1f95ced
commit
a8ec7c2640
@ -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',
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user