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
1 changed files with 28 additions and 28 deletions

View File

@ -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(