- Timestamp:
- 2007-04-25T00:10:56+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java
r178 r218 39 39 40 40 private DownloadTask(Collection<Way> toDownload) { 41 super(trn("Downloading {0} segment", "Downloading {0}segments", toDownload.size(), toDownload.size()));41 super(trn("Downloading {0} way", "Downloading {0} ways", toDownload.size(), toDownload.size())); 42 42 reader = new IncompleteDownloader(toDownload); 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.