Index: trunk/src/org/openstreetmap/josm/io/AbstractReader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/AbstractReader.java	(revision 13196)
+++ trunk/src/org/openstreetmap/josm/io/AbstractReader.java	(revision 13197)
@@ -112,5 +112,5 @@
             w.setNodes(wayNodes);
             if (w.hasIncompleteNodes()) {
-                Logging.info(tr("Way {0} with {1} nodes has incomplete nodes because at least one node was missing in the loaded data.",
+                Logging.info(tr("Way {0} with {1} nodes is incomplete because at least one node was missing in the loaded data.",
                         Long.toString(externalWayId), w.getNodesCount()));
             }
