Changeset 8217 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadNotesTask.java
- Timestamp:
- 2015-04-18T11:55:57+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadNotesTask.java
r8216 r8217 145 145 notesData = reader.parseNotes(null, null, subMonitor); 146 146 } catch (BoundingBoxDownloader.MoreNotesException e) { 147 notesData = e.notes; 147 148 JOptionPane.showMessageDialog(Main.parent, "<html>" 148 149 + trn("{0} note has been downloaded.", "{0} notes have been downloaded.", e.limit, e.limit)
Note:
See TracChangeset
for help on using the changeset viewer.
