Changeset 16678 in josm for trunk


Ignore:
Timestamp:
2020-06-18T19:17:52+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19410 - Improve warning message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/highway.mapcss

    r16646 r16678  
    9090way[highway=footway][foot=no],
    9191way[highway=cycleway][cycleway=lane] {
    92   throwWarning: tr("{0} used with {1}", "{0.value}", "{1.tag}");
     92  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    9393  assertNoMatch: "way highway=cycleway bicycle=yes";
    9494  assertNoMatch: "way highway=cycleway";
Note: See TracChangeset for help on using the changeset viewer.