Changeset 1284 in josm for trunk/src/org


Ignore:
Timestamp:
2009-01-17T22:36:58+01:00 (15 years ago)
Author:
stoecker
Message:

close #2021

File:
1 edited

Legend:

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

    r1281 r1284  
    304304               } catch (ParseException e) {
    305305                    e.printStackTrace();
    306                     throw new SAXException(tr("Couldn't read time format \"{0}\".",time));
     306                    throw new SAXException(tr("Couldn''t read time format \"{0}\".",time));
    307307               }
    308308               */
     
    375375                    Node n = findNode(id);
    376376                    if (n == null) {
    377                          parseNotes += tr("Skipping a way because it includes a node that doesn't exist: {0}\n", id);
     377                         parseNotes += tr("Skipping a way because it includes a node that doesn''t exist: {0}\n", id);
    378378                         failed = true;
    379379                         break;
Note: See TracChangeset for help on using the changeset viewer.