We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e563c5f commit 9df65fdCopy full SHA for 9df65fd
app/src/processing/app/NetworkMonitor.java
@@ -127,7 +127,7 @@ public synchronized void message(String s) {
127
}
128
129
if (connectionAttempts < MAX_CONNECTION_ATTEMPTS) {
130
- s = "\n" + _("Unable to connect: retrying (" + connectionAttempts + ")... ");
+ s = "\n" + _("Unable to connect: retrying") + " (" + connectionAttempts + ")... ";
131
132
SwingUtilities.invokeLater(new Runnable() {
133
@Override
0 commit comments