mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
added sketchbook frame translation
This commit is contained in:
@@ -1331,7 +1331,7 @@ public class Base {
|
||||
|
||||
public JMenu getSketchbookMenu() {
|
||||
if (sketchbookMenu == null) {
|
||||
sketchbookMenu = new JMenu("Sketchbook");
|
||||
sketchbookMenu = new JMenu(Language.text("editor.window.sketchbook"));
|
||||
rebuildSketchbookMenu();
|
||||
}
|
||||
return sketchbookMenu;
|
||||
|
||||
Reference in New Issue
Block a user