mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Fixed wrong i18n function name
This commit is contained in:
parent
ec7cc8c5cf
commit
f5c1084f5f
@ -114,7 +114,7 @@ public class Serial implements SerialPortEventListener {
|
|||||||
port.openPort();
|
port.openPort();
|
||||||
boolean res = port.setParams(irate, idatabits, stopbits, parity, true, true);
|
boolean res = port.setParams(irate, idatabits, stopbits, parity, true, true);
|
||||||
if (!res) {
|
if (!res) {
|
||||||
System.err.println(format(_("Error while setting serial port parameters: {0} {1} {2} {3}"),
|
System.err.println(format(tr("Error while setting serial port parameters: {0} {1} {2} {3}"),
|
||||||
irate, iparity, idatabits, istopbits));
|
irate, iparity, idatabits, istopbits));
|
||||||
}
|
}
|
||||||
port.addEventListener(this);
|
port.addEventListener(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user