mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Translate Welcome item in help menu
This commit is contained in:
@@ -354,7 +354,7 @@ public class JavaEditor extends Editor {
|
||||
menu.add(item);
|
||||
}
|
||||
|
||||
item = new JMenuItem("Welcome to Processing 3");
|
||||
item = new JMenuItem(Language.text("menu.help.welcome"));
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user