Changeset 32227 in osm


Ignore:
Timestamp:
2016-06-09T00:13:30+02:00 (8 years ago)
Author:
darya
Message:

clarification in the DirectionTest

Location:
applications/editors/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/DirectionTest.java

    r32226 r32227  
    8080                                        primitiveList.add(1, waysToCheck.get(i).getWay());
    8181                                        errors.add(new TestError(this, Severity.WARNING,
    82                                                         tr("PT: Route passes on oneway street in wrong direction"), ERROR_CODE_ROUNDABOUT,
     82                                                        tr("PT: Route passes on an unsplit roundabout"), ERROR_CODE_ROUNDABOUT,
    8383                                                        primitiveList));
    8484                                }
Note: See TracChangeset for help on using the changeset viewer.