mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-27 05:06:42 +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, {
|
registry.registerMenuAction(ArduinoMenus.SKETCH__MAIN_GROUP, {
|
||||||
commandId: VerifySketch.Commands.EXPORT_BINARIES.id,
|
commandId: VerifySketch.Commands.EXPORT_BINARIES.id,
|
||||||
label: 'Export compiled Binary',
|
label: 'Export Compiled Binary',
|
||||||
order: '3',
|
order: '3',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user