Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1df3450

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /