Changeset 13405 in josm for trunk


Ignore:
Timestamp:
2018-02-10T18:23:07+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15497 - Improve "Missing pedestrian crossing information." validator message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java

    r13348 r13405  
    237237                if ((leftByPedestrians || leftByCyclists) && leftByCars) {
    238238                    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=*."))
    240240                            .primitives(n)
    241241                            .build());
Note: See TracChangeset for help on using the changeset viewer.