mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Fixed translation string
This commit is contained in:
parent
e563c5f136
commit
9df65fdfe5
@ -127,7 +127,7 @@ public class NetworkMonitor extends AbstractMonitor {
|
||||
}
|
||||
}
|
||||
if (connectionAttempts < MAX_CONNECTION_ATTEMPTS) {
|
||||
s = "\n" + _("Unable to connect: retrying (" + connectionAttempts + ")... ");
|
||||
s = "\n" + _("Unable to connect: retrying") + " (" + connectionAttempts + ")... ";
|
||||
|
||||
SwingUtilities.invokeLater(new Runnable() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user