mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 03:11:08 +01:00
oops, add translation
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user