Changeset 26509 in osm for applications/editors/josm/plugins/DirectDownload
- Timestamp:
- 2011-08-11T00:45:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectDownload/src/org/openstreetmap/josm/plugins/directdownload/DirectDownload.java
r23585 r26509 78 78 } 79 79 if (!parsedProperly) { 80 JOptionPane.showMessageDialog(null, tr("Error occur ed while parsing gpx file {0}. Only part of the file will be available", urlString));80 JOptionPane.showMessageDialog(null, tr("Error occurred while parsing gpx file {0}. Only a part of the file will be available.", urlString)); 81 81 } 82 82
Note:
See TracChangeset
for help on using the changeset viewer.