Changeset 3313 in josm
- Timestamp:
- 2010-06-05T23:12:32+02:00 (15 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions/downloadtasks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
r3277 r3313 243 243 JOptionPane.showMessageDialog(Main.parent, "<html>" 244 244 + tr("The following errors occurred during mass download: {0}", sb.toString()) + "</html>", 245 tr("Errors during Download"), JOptionPane.ERROR_MESSAGE);245 tr("Errors during download"), JOptionPane.ERROR_MESSAGE); 246 246 return; 247 247 } -
trunk/src/org/openstreetmap/josm/actions/downloadtasks/PostDownloadHandler.java
r3309 r3313 89 89 Main.parent, 90 90 error.toString(), 91 tr("Error during Download"),91 tr("Error during download"), 92 92 JOptionPane.ERROR_MESSAGE); 93 93 return;
Note:
See TracChangeset
for help on using the changeset viewer.