Ignore:
Timestamp:
2009-09-22T15:34:19+02:00 (17 years ago)
Author:
stoecker
Message:

lots of i18n fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxReader.java

    r2151 r2181  
    308308        @Override public void endDocument() throws SAXException  {
    309309            if (!states.empty()) {
    310                 throw new SAXException(tr("Parse error: invalid document structure for gpx document"));
     310                throw new SAXException(tr("Parse error: invalid document structure for GPX document."));
    311311            }
    312312            data = currentData;
Note: See TracChangeset for help on using the changeset viewer.