Index: src/org/openstreetmap/josm/io/OsmReader.java
===================================================================
--- src/org/openstreetmap/josm/io/OsmReader.java	(revision 1255)
+++ src/org/openstreetmap/josm/io/OsmReader.java	(working copy)
@@ -272,7 +272,7 @@
                     current.timestamp = DateParser.parse(time);
                } catch (ParseException e) {
                     e.printStackTrace();
-                    throw new SAXException(tr("Couldn't read time format \"{0}\".",time));
+                    throw new SAXException(tr("Couldn''t read time format \"{0}\".",time));
                }
                */
                current.timestamp = time;
@@ -343,7 +343,7 @@
                for (long id : e.getValue()) {
                     Node n = findNode(id);
                     if (n == null) {
-                         parseNotes += tr("Skipping a way because it includes a node that doesn't exist: {0}\n", id);
+                         parseNotes += tr("Skipping a way because it includes a node that doesn''t exist: {0}\n", id);
                          failed = true;
                          break;
                     }
