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
@@ -641,7 +641,7 @@ public void actionPerformed(ActionEvent e) {
641
641
sketchMenu .add (item );
642
642
643
643
644
- item = newJMenuItemAlt ("Export compiled Binary" , 'S' );
644
+ item = newJMenuItemAlt (_ ( "Export compiled Binary" ) , 'S' );
645
645
item .addActionListener (new ActionListener () {
646
646
public void actionPerformed (ActionEvent e ) {
647
647
handleRunAndSave (true );
You can’t perform that action at this time.
0 commit comments