We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16aa9a commit eda0f54Copy full SHA for eda0f54
app/src/processing/app/Editor.java
@@ -156,7 +156,7 @@ public class Editor extends JFrame implements RunnerListener {
156
157
158
public Editor(Base ibase, String path, int[] location) {
159
- super("Arduino");
+ super("ZAP");
160
this.base = ibase;
161
162
Base.setIcon(this);
@@ -2237,7 +2237,7 @@ protected boolean handleOpenInternal(String path) {
2237
// Set the title of the window to "sketch_070752a - Processing 0126"
2238
setTitle(
2239
I18n.format(
2240
- _("{0} | Arduino {1}"),
+ _("{0} | ZAP {1}"),
2241
sketch.getName(),
2242
Base.VERSION_NAME
2243
)
0 commit comments