Changeset 1676 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
- Timestamp:
- 17.06.2009 09:02:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
r1675 r1676 93 93 if(! errors.equals("")) { 94 94 JOptionPane.showMessageDialog(Main.parent, 95 tr("The following errors occur ed during mass download:") + "\r\n" + errors,95 tr("The following errors occurred during mass download:") + "\r\n" + errors, 96 96 tr("Errors during Download"), 97 97 JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset
for help on using the changeset viewer.
