oops, add translation

This commit is contained in:
Ben Fry
2022-11-25 16:59:30 -05:00
parent 143fcfd4d9
commit 6e78e9aa5c

View File

@@ -320,7 +320,7 @@ public class JavaEditor extends Editor {
// specific to a version of the software anyway. [fry 221125]
// item = new JMenuItem(isReferenceDownloaded() ?
// "menu.help.reference.update" : "menu.help.reference.download");
item = new JMenuItem("menu.help.reference.download");
item = new JMenuItem(Language.text("menu.help.reference.download"));
item.addActionListener(e -> new Thread(this::downloadReference).start());
menu.add(item);