- Timestamp:
- 2009-01-17T22:36:58+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmReader.java
r1281 r1284 304 304 } catch (ParseException e) { 305 305 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)); 307 307 } 308 308 */ … … 375 375 Node n = findNode(id); 376 376 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); 378 378 failed = true; 379 379 break;
Note:
See TracChangeset
for help on using the changeset viewer.