Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NodesWithSameName.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NodesWithSameName.java	(revision 10519)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NodesWithSameName.java	(revision 10520)
@@ -20,5 +20,5 @@
 	public NodesWithSameName() {
 		super(tr("Nodes with same name"),
-			tr("Find nodes that have the same name (might be duplicates)"));
+			tr("This test finds nodes that have the same name (might be duplicates)."));
 	}
 
Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SelfIntersectingWay.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SelfIntersectingWay.java	(revision 10519)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SelfIntersectingWay.java	(revision 10520)
@@ -21,5 +21,5 @@
 		super(tr("Self-intersecting ways"),
 			  tr("This test checks for ways " +
-				"that contain some of their nodes more than once"));
+				"that contain some of their nodes more than once."));
 	}
 
Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java	(revision 10519)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java	(revision 10520)
@@ -41,5 +41,5 @@
 	{
 		super(tr("Unconnected ways."),
-			  tr("This test checks if a way has an endpoint very near to another way"));
+			  tr("This test checks if a way has an endpoint very near to another way."));
 	}
 
