Skip to content

Commit 4e06079

Browse files
committed
InterpreterWindow: make the title consistent
The plugin is called "Script Interpreter", and the Script Editor window title is "Script Editor", so let's make the title of this one match too.
1 parent 861e920 commit 4e06079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/scijava/ui/swing/script/InterpreterWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class InterpreterWindow extends JFrame {
7272

7373
/** Constructs the scripting interpreter window. */
7474
public InterpreterWindow(final Context context) {
75-
super("Scripting Interpreter");
75+
super("Script Interpreter");
7676
context.inject(this);
7777

7878
tabbedPane = new JTabbedPane();

0 commit comments

Comments
 (0)