Skip to content

Commit 9df65fd

Browse files
committed
Fixed translation string
1 parent e563c5f commit 9df65fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/processing/app/NetworkMonitor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public synchronized void message(String s) {
127127
}
128128
}
129129
if (connectionAttempts < MAX_CONNECTION_ATTEMPTS) {
130-
s = "\n" + _("Unable to connect: retrying (" + connectionAttempts + ")... ");
130+
s = "\n" + _("Unable to connect: retrying") + " (" + connectionAttempts + ")... ";
131131

132132
SwingUtilities.invokeLater(new Runnable() {
133133
@Override

0 commit comments

Comments
 (0)