1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Updated some translation strings

This commit is contained in:
Cristian Maglie
2015-01-14 18:05:00 +01:00
parent 81808d532e
commit ff95d03663
4 changed files with 17 additions and 15 deletions

View File

@ -114,7 +114,8 @@ public class SerialUploader extends Uploader {
List<String> before = Serial.list();
if (before.contains(uploadPort)) {
if (verbose)
System.out.println(_("Forcing reset using 1200bps open/close on port ") + uploadPort);
System.out.println(
I18n.format(_("Forcing reset using 1200bps open/close on port {0}"), uploadPort));
Serial.touchPort(uploadPort, 1200);
}
Thread.sleep(400);