Changeset 10520 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2008-09-06T21:51:18+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NodesWithSameName.java
r10519 r10520 20 20 public NodesWithSameName() { 21 21 super(tr("Nodes with same name"), 22 tr(" Find nodes that have the same name (might be duplicates)"));22 tr("This test finds nodes that have the same name (might be duplicates).")); 23 23 } 24 24 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SelfIntersectingWay.java
r9684 r10520 21 21 super(tr("Self-intersecting ways"), 22 22 tr("This test checks for ways " + 23 "that contain some of their nodes more than once "));23 "that contain some of their nodes more than once.")); 24 24 } 25 25 -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java
r10519 r10520 41 41 { 42 42 super(tr("Unconnected ways."), 43 tr("This test checks if a way has an endpoint very near to another way "));43 tr("This test checks if a way has an endpoint very near to another way.")); 44 44 } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.