Changeset 10525 in osm for applications/editors/josm/plugins/agpifoj/src
- Timestamp:
- 2008-09-06T23:24:48+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/CorrelateGpxWithImages.java
r10334 r10525 122 122 } 123 123 @Override public String getDescription() { 124 return tr("GPX tracks (*.gpx,*.gpx.gz)");124 return tr("GPX Files (*.gpx *.gpx.gz)"); 125 125 } 126 126 }); … … 341 341 } 342 342 @Override public String getDescription() { 343 return tr(" Images (*.jpg)");343 return tr("JPEG images (*.jpg)"); 344 344 } 345 345 });
Note:
See TracChangeset
for help on using the changeset viewer.