- Timestamp:
- 2012-10-01T21:18:58+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java
r5422 r5525 488 488 String apiUrl = e.getUrl(); 489 489 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 491 492 .getMessage()); 492 493 e.printStackTrace();
Note:
See TracChangeset
for help on using the changeset viewer.