Ignore:
Timestamp:
2012-03-21T23:56:30+01:00 (12 years ago)
Author:
simon04
Message:

fix typo, add code comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/GettingStarted.java

    r5061 r5113  
    121121                        content = new MotdContent().updateIfRequiredString();
    122122                    } catch (IOException ex) {
    123                         System.out.println(tr("Warning: failed to read MOTD. Exception was: {1}", ex.toString()));
     123                        System.out.println(tr("Warning: failed to read MOTD. Exception was: {0}", ex.toString()));
    124124                        content = "<html>" + STYLE + "<h1>" + "JOSM - " + tr("Java OpenStreetMap Editor")
    125125                                + "</h1>\n<h2 align=\"center\">(" + tr("Message of the day not available") + ")</h2></html>";
Note: See TracChangeset for help on using the changeset viewer.