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 44 Part of the Processing project - http://processing.org
55
66 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
88
99 This program is free software; you can redistribute it and/or modify
1010 it under the terms of the GNU General Public License version 2
@@ -633,7 +633,7 @@ public void actionPerformed(ActionEvent e) {
633633 sketchMenu .add (item );
634634
635635
636- item = newJMenuItemAlt ("Export compiled Binary" , 'S' );
636+ item = newJMenuItemAlt (_ ( "Export compiled Binary" ) , 'S' );
637637 item .addActionListener (new ActionListener () {
638638 public void actionPerformed (ActionEvent e ) {
639639 handleRunAndSave (true );
You can’t perform that action at this time.
0 commit comments