Ignore:
Timestamp:
2011-04-17T23:17:34+02:00 (13 years ago)
Author:
stoecker
Message:

fix validator texts and degrade strange suspicous tag/value message

File:
1 edited

Legend:

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

    r4023 r4035  
    399399
    400400                if (!ignore) {
    401                     errors.add( new TestError(this, Severity.ERROR, tr("Suspicious tag/value combinations"),
     401                    errors.add( new TestError(this, Severity.OTHER, tr("Suspicious tag/value combinations"),
    402402                            tr("Suspicious tag/value combinations"), tr("Suspicious tag/value combinations"), 1272, p) );
    403403                    withErrors.put(p, "TC");
Note: See TracChangeset for help on using the changeset viewer.