Changeset 8106 in josm


Ignore:
Timestamp:
2015-02-25T19:45:23+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11152 - improve validator message.

File:
1 edited

Legend:

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

    r8045 r8106  
    249249                            if (!area.equals(areaOuter)) {
    250250                                addError(r, new TestError(this, Severity.WARNING, !areaStyle ? tr("Style for outer way mismatches")
    251                                 : tr("Style for outer way mismatches polygon"),
     251                                : tr("With the currently used mappaint style(s) the style for outer way mismatches polygon"),
    252252                                OUTER_STYLE_MISMATCH, l, Collections.singletonList(wOuter)));
    253253                            } else if (areaStyle) { /* style on outer way of multipolygon, but equal to polygon */
Note: See TracChangeset for help on using the changeset viewer.