Ignore:
Timestamp:
2009-09-20T14:09:52+02:00 (17 years ago)
Author:
Gubaer
Message:

applied #3555: patch by Claudius Henrichs: More typos and closing html tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UploadAction.java

    r2168 r2171  
    302302        String msg =  tr("<html>Uploading <strong>failed</strong> because you've been using<br>"
    303303                + "changeset {0} which was already closed at {1}.<br>"
    304                 + "Please upload again with a new or an existing open changeset.",
     304                + "Please upload again with a new or an existing open changeset.</html>",
    305305                changsetId, new SimpleDateFormat().format(d)
    306306        );
Note: See TracChangeset for help on using the changeset viewer.