Changeset 13584 in josm


Ignore:
Timestamp:
2018-03-29T19:25:33+02:00 (6 years ago)
Author:
Klumbumbus
Message:

see #10179 - improve validator warning text. Tag fits better than key as for some warnings the value is the culprit.

File:
1 edited

Legend:

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

    r13414 r13584  
    431431
    432432        for (Entry<String, String> prop : p.getKeys().entrySet()) {
    433             String s = marktr("Key ''{0}'' invalid.");
     433            String s = marktr("Tag ''{0}'' invalid.");
    434434            String key = prop.getKey();
    435435            String value = prop.getValue();
Note: See TracChangeset for help on using the changeset viewer.