Changeset 5525 in josm for trunk


Ignore:
Timestamp:
2012-10-01T21:18:58+02:00 (12 years ago)
Author:
stoecker
Message:

fix #8092 - typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

    r5422 r5525  
    488488        String apiUrl = e.getUrl();
    489489        String message = tr("<html>Failed to upload data to or download data from<br>" + "''{0}''<br>"
    490                 + "due to a problem with transferring data.<br>" + "Details(untranslated): {1}</html>", apiUrl, ioe
     490                + "due to a problem with transferring data.<br>"
     491                + "Details (untranslated): {1}</html>", apiUrl, ioe
    491492                .getMessage());
    492493        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.