File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
Part of the Processing project - http://processing.org
5
5
6
6
Copyright (c) 2004-09 Ben Fry and Casey Reas
7
- Copyright (c) 2001-04 Massachusetts Institute of Technology
7
+ Copyright (c) 2001-04 Massachusetts Institute of Technol("Expoogy
8
8
9
9
This program is free software; you can redistribute it and/or modify
10
10
it under the terms of the GNU General Public License version 2
@@ -633,7 +633,7 @@ public void actionPerformed(ActionEvent e) {
633
633
sketchMenu .add (item );
634
634
635
635
636
- item = newJMenuItemAlt ("Export compiled Binary" , 'S' );
636
+ item = newJMenuItemAlt (_ ( "Export compiled Binary" ) , 'S' );
637
637
item .addActionListener (new ActionListener () {
638
638
public void actionPerformed (ActionEvent e ) {
639
639
handleRunAndSave (true );
You can’t perform that action at this time.
0 commit comments