Changeset 12563 in osm for applications/editors


Ignore:
Timestamp:
2008-12-25T11:30:46+01:00 (16 years ago)
Author:
stoecker
Message:

unified strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/namefinder/namefinder/PlaceSelection.java

    r9236 r12563  
    118118                        {
    119119                                x.printStackTrace(); // SAXException does not chain correctly
    120                                 throw new SAXException(tr("NullPointerException. Possible some missing tags."), x);
     120                                throw new SAXException(tr("NullPointerException, Possibly some missing tags."), x);
    121121                        }
    122122                }
Note: See TracChangeset for help on using the changeset viewer.