1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Trim trailing spaces from Editor.java

This commit is contained in:
Flavio Monteiro 2017-09-15 14:07:28 -03:00 committed by Cristian Maglie
parent bafd66ba4f
commit 4a80f50d28

View File

@ -399,8 +399,7 @@ public class Editor extends JFrame implements RunnerListener {
statusNotice(tr("One file added to the sketch."));
} else {
statusNotice(
I18n.format(tr("{0} files added to the sketch."), successful));
statusNotice(I18n.format(tr("{0} files added to the sketch."), successful));
}
return true;
}
@ -2097,6 +2096,7 @@ public class Editor extends JFrame implements RunnerListener {
names[i] = portMenu.getItem(i).getText();
}
// FIXME: This is horribly unreadable
String result = (String)
JOptionPane.showInputDialog(this,
I18n.format(