Ignore:
Timestamp:
2017-06-18T19:46:22+02:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #14947, see #14425 - fix wikipedia warning message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/wikipedia.mapcss

    r11976 r12415  
    140140/* Wikipedia without wikidata */
    141141*[!wikipedia][/^wikipedia:/] {
    142   throwWarning: tr("wikipedia tag is not set, but a ''{0}'' tag is. Make sure to use wikipedia=language:value together with wikidata tag.", "{0.key}");
     142  throwWarning: tr("wikipedia tag is not set, but a ''{0}'' tag is. Make sure to use wikipedia=language:value together with wikidata tag.", "{1.key}");
    143143  assertMatch: "node wikipedia:en=a";
    144144  assertNoMatch: "node wikipedia=a wikipedia:en=b";
Note: See TracChangeset for help on using the changeset viewer.