1
0
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:
David A. Mellis
2006-01-15 22:05:41 +00:00
parent 9244ce7651
commit 893e8d1e32
2 changed files with 3 additions and 3 deletions

View File

@ -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;