Skip to content

Commit 1845b2d

Browse files
committed
CPUType menu renamed to Processor
1 parent e8ea12c commit 1845b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ public void actionPerformed(ActionEvent e) {
693693

694694
if (boardsMenu == null) {
695695
boardsMenu = new JMenu(_("Board"));
696-
cpuTypeMenu = new JMenu(_("CPUType"));
696+
cpuTypeMenu = new JMenu(_("Processor"));
697697
base.rebuildBoardsMenu(boardsMenu, cpuTypeMenu);
698698
//Debug: rebuild imports
699699
importMenu.removeAll();

0 commit comments

Comments
 (0)