Index: /trunk/src/org/openstreetmap/josm/io/OsmReader.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 1283)
+++ /trunk/src/org/openstreetmap/josm/io/OsmReader.java	(revision 1284)
@@ -304,5 +304,5 @@
                } 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));
                }
                */
@@ -375,5 +375,5 @@
                     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;
