mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
added sketchbook tree translation
This commit is contained in:
@@ -890,7 +890,7 @@ public abstract class Mode {
|
||||
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
public DefaultMutableTreeNode buildSketchbookTree(){
|
||||
DefaultMutableTreeNode sbNode = new DefaultMutableTreeNode("Sketchbook");
|
||||
DefaultMutableTreeNode sbNode = new DefaultMutableTreeNode(Language.text("editor.window.sketchbook_tree"));
|
||||
try {
|
||||
base.addSketches(sbNode, Base.getSketchbookFolder());
|
||||
} catch (IOException e) {
|
||||
|
||||
@@ -207,6 +207,7 @@ toolbar.add_mode = Add mode...
|
||||
|
||||
# the windows accessible from the File menu
|
||||
editor.window.sketchbook = Sketchbook
|
||||
editor.window.sketchbook_tree = Sketchbook
|
||||
editor.window.examples = Examples
|
||||
|
||||
# [Tab1] [Tab2] [v]
|
||||
|
||||
Reference in New Issue
Block a user