- Timestamp:
- 2018-02-10T18:23:07+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r13348 r13405 237 237 if ((leftByPedestrians || leftByCyclists) && leftByCars) { 238 238 errors.add(TestError.builder(this, Severity.OTHER, MISSING_PEDESTRIAN_CROSSING) 239 .message(tr("Missing pedestrian crossing information "))239 .message(tr("Missing pedestrian crossing information. Add the tag crossing=*.")) 240 240 .primitives(n) 241 241 .build());
Note:
See TracChangeset
for help on using the changeset viewer.