We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861e920 commit 4e06079Copy full SHA for 4e06079
1 file changed
src/main/java/org/scijava/ui/swing/script/InterpreterWindow.java
@@ -72,7 +72,7 @@ public class InterpreterWindow extends JFrame {
72
73
/** Constructs the scripting interpreter window. */
74
public InterpreterWindow(final Context context) {
75
- super("Scripting Interpreter");
+ super("Script Interpreter");
76
context.inject(this);
77
78
tabbedPane = new JTabbedPane();
0 commit comments