Skip to content

Commit fa992e7

Browse files
Arnav Guptachampionswimmer
Arnav Gupta
authored andcommitted
Make the export option string translatable
1 parent ded5127 commit fa992e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Editor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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);

0 commit comments

Comments
 (0)