mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Renamed Run -> Verify and Export -> Upload (shortcut changed to Command U).
This commit is contained in:
@ -37,7 +37,7 @@ import javax.swing.event.*;
|
||||
public class EditorButtons extends JComponent implements MouseInputListener {
|
||||
|
||||
static final String title[] = {
|
||||
"Compile", "Stop", "New", "Open", "Save", "Export", "Serial Monitor"
|
||||
"Verify", "Stop", "New", "Open", "Save", "Upload to I/O Board", "Serial Monitor"
|
||||
};
|
||||
|
||||
static final int BUTTON_COUNT = title.length;
|
||||
|
Reference in New Issue
Block a user