mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +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) {
|
if (connectionAttempts < MAX_CONNECTION_ATTEMPTS) {
|
||||||
s = "\n" + _("Unable to connect: retrying (" + connectionAttempts + ")... ");
|
s = "\n" + _("Unable to connect: retrying") + " (" + connectionAttempts + ")... ";
|
||||||
|
|
||||||
SwingUtilities.invokeLater(new Runnable() {
|
SwingUtilities.invokeLater(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user