Changeset 26509 in osm for applications/editors/josm/plugins/public_transport
- Timestamp:
- 2011-08-11T00:45:56+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/StopImporterAction.java
r26168 r26509 213 213 if (!parsedProperly) 214 214 { 215 JOptionPane.showMessageDialog(null, tr("Error occured while parsing gpx file {0}. Only part of the file will be available", file.getName())); 215 JOptionPane.showMessageDialog(null, tr("Error occurred while parsing gpx file {0}. Only a part of the file will be available.", file.getName())); 216 216 } 217 217 }
Note:
See TracChangeset
for help on using the changeset viewer.
