Skip to content

Commit 4acfc0c

Browse files
Arnav GuptaFederico Fissore
authored andcommitted
Make the export option string translatable
1 parent 7893654 commit 4acfc0c

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
@@ -641,7 +641,7 @@ public void actionPerformed(ActionEvent e) {
641641
sketchMenu.add(item);
642642

643643

644-
item = newJMenuItemAlt("Export compiled Binary", 'S');
644+
item = newJMenuItemAlt(_("Export compiled Binary"), 'S');
645645
item.addActionListener(new ActionListener() {
646646
public void actionPerformed(ActionEvent e) {
647647
handleRunAndSave(true);

0 commit comments

Comments
 (0)