mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixed translation string
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user