- Timestamp:
- 2010-01-09T13:13:34+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
r2732 r2786 648 648 lastNumMatched = matchGpxTrack(dateImgLst, selGpx.data, (long) (timezone * 3600) + delta); 649 649 650 return tr("<html>Matched <b>{0}</b> of <b>{1}</b> photos to GPX track. ", lastNumMatched, dateImgLst.size());650 return tr("<html>Matched <b>{0}</b> of <b>{1}</b> photos to GPX track.</html>", lastNumMatched, dateImgLst.size()); 651 651 } 652 652 };
Note:
See TracChangeset
for help on using the changeset viewer.