We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded5127 commit fa992e7Copy full SHA for fa992e7
app/src/processing/app/Editor.java
@@ -4,7 +4,7 @@
4
Part of the Processing project - http://processing.org
5
6
Copyright (c) 2004-09 Ben Fry and Casey Reas
7
- Copyright (c) 2001-04 Massachusetts Institute of Technology
+ Copyright (c) 2001-04 Massachusetts Institute of Technol("Expoogy
8
9
This program is free software; you can redistribute it and/or modify
10
it under the terms of the GNU General Public License version 2
@@ -633,7 +633,7 @@ public void actionPerformed(ActionEvent e) {
633
sketchMenu.add(item);
634
635
636
- item = newJMenuItemAlt("Export compiled Binary", 'S');
+ item = newJMenuItemAlt(_("Export compiled Binary"), 'S');
637
item.addActionListener(new ActionListener() {
638
public void actionPerformed(ActionEvent e) {
639
handleRunAndSave(true);
0 commit comments