Skip to content

Commit 1df3450

Browse files
committed
Revised status error again
1 parent ecab052 commit 1df3450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ public void handleSerial() {
23202320
serialMonitor = new MonitorFactory().newMonitor(port);
23212321

23222322
if (serialMonitor == null) {
2323-
statusError(I18n.format(tr("You've currently selected a network port. The Serial Monitor is not supported on network ports for the {0} in this release"), port.getBoardName()));
2323+
statusError(I18n.format(tr("Serial monitor is not supported on network ports such as {0} for the {1} in this release"), PreferencesData.get("serial.port"), port.getBoardName()));
23242324
return;
23252325
}
23262326

0 commit comments

Comments
 (0)