Index: trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 5112)
+++ trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 5113)
@@ -121,5 +121,5 @@
                         content = new MotdContent().updateIfRequiredString();
                     } catch (IOException ex) {
-                        System.out.println(tr("Warning: failed to read MOTD. Exception was: {1}", ex.toString()));
+                        System.out.println(tr("Warning: failed to read MOTD. Exception was: {0}", ex.toString()));
                         content = "<html>" + STYLE + "<h1>" + "JOSM - " + tr("Java OpenStreetMap Editor")
                                 + "</h1>\n<h2 align=\"center\">(" + tr("Message of the day not available") + ")</h2></html>";
Index: trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 5112)
+++ trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 5113)
@@ -12,5 +12,4 @@
 import java.awt.Font;
 import java.awt.Graphics;
-import java.awt.GridBagConstraints;
 import java.awt.GridBagLayout;
 import java.awt.event.ActionEvent;
@@ -98,4 +97,5 @@
         pnl.add(cbDownloadGpxData,  GBC.eol().insets(5,5,1,5));
 
+        // hook for subclasses
         buildMainPanelAboveDownloadSelections(pnl);
 
