Changeset 10520 in osm for applications/editors/josm
- Timestamp:
- 2008-09-06T21:51:18+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests
- Files:
- 
      - 3 edited
 
 - 
          
  NodesWithSameName.java (modified) (1 diff)
- 
          
  SelfIntersectingWay.java (modified) (1 diff)
- 
          
  UnconnectedWays.java (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/NodesWithSameName.javar10519 r10520 20 20 public NodesWithSameName() { 21 21 super(tr("Nodes with same name"), 22 tr(" Findnodes 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.javar9684 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.javar10519 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.
  
