mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Merge pull request #2743 from kazimuth/examplesfix
Fix "examples" language key
This commit is contained in:
@@ -684,7 +684,7 @@ public abstract class Mode {
|
||||
|
||||
public void showExamplesFrame() {
|
||||
if (examplesFrame == null) {
|
||||
examplesFrame = new JFrame(getTitle() + " " + Language.text("editor.window.examples"));
|
||||
examplesFrame = new JFrame(getTitle() + " " + Language.text("examples"));
|
||||
Toolkit.setIcon(examplesFrame);
|
||||
Toolkit.registerWindowCloseKeys(examplesFrame.getRootPane(), new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
@@ -150,6 +150,13 @@ preferences.file.hint = edit only when Processing is not running
|
||||
# Sketchbook Location (Frame)
|
||||
sketchbook_location = Select new sketchbook location
|
||||
|
||||
# Sketchbook (Frame)
|
||||
sketchbook = Sketchbook
|
||||
sketchbook.tree = Sketchbook
|
||||
|
||||
# Examples (Frame)
|
||||
examples = Examples
|
||||
|
||||
# Export (Frame)
|
||||
export = Export Options
|
||||
export.platforms = Platforms
|
||||
@@ -209,10 +216,6 @@ toolbar.add_mode = Add mode...
|
||||
# ---------------------------------------
|
||||
# Editor
|
||||
|
||||
# the windows accessible from the File menu
|
||||
editor.window.sketchbook = Sketchbook
|
||||
editor.window.examples = Examples
|
||||
|
||||
# [Tab1] [Tab2] [v]
|
||||
editor.header.new_tab = New Tab
|
||||
editor.header.rename = Rename
|
||||
|
||||
Reference in New Issue
Block a user