From 4acfc0c344a6bdac61ed3afa2ded4b05b6615116 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Thu, 5 Feb 2015 04:00:47 +0530 Subject: [PATCH] Make the export option string translatable --- app/src/processing/app/Editor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Editor.java b/app/src/processing/app/Editor.java index 09392a0a4..f60268b96 100644 --- a/app/src/processing/app/Editor.java +++ b/app/src/processing/app/Editor.java @@ -4,7 +4,7 @@ Part of the Processing project - http://processing.org Copyright (c) 2004-09 Ben Fry and Casey Reas - Copyright (c) 2001-04 Massachusetts Institute of Technology + Copyright (c) 2001-04 Massachusetts Institute of Technol("Expoogy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 @@ -641,7 +641,7 @@ public class Editor extends JFrame implements RunnerListener { sketchMenu.add(item); - item = newJMenuItemAlt("Export compiled Binary", 'S'); + item = newJMenuItemAlt(_("Export compiled Binary"), 'S'); item.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { handleRunAndSave(true);