Changeset 218 in josm for src/org/openstreetmap/josm


Ignore:
Timestamp:
2007-04-25T00:10:56+02:00 (17 years ago)
Author:
framm
Message:

Changed message to "downloading ... way(s)" (not segments).
fixes #129 (Fix typo in "Download incomplete way" dialog)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java

    r178 r218  
    3939
    4040                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()));
    4242                        reader = new IncompleteDownloader(toDownload);
    4343                }
Note: See TracChangeset for help on using the changeset viewer.