mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +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."));
|
statusNotice(tr("One file added to the sketch."));
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
statusNotice(
|
statusNotice(I18n.format(tr("{0} files added to the sketch."), successful));
|
||||||
I18n.format(tr("{0} files added to the sketch."), successful));
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@ -2097,6 +2096,7 @@ public class Editor extends JFrame implements RunnerListener {
|
|||||||
names[i] = portMenu.getItem(i).getText();
|
names[i] = portMenu.getItem(i).getText();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: This is horribly unreadable
|
||||||
String result = (String)
|
String result = (String)
|
||||||
JOptionPane.showInputDialog(this,
|
JOptionPane.showInputDialog(this,
|
||||||
I18n.format(
|
I18n.format(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user