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:
parent
bafd66ba4f
commit
4a80f50d28
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user