Changeset 11771 in josm


Ignore:
Timestamp:
2017-03-22T21:42:09+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #14425 - reduce wikidata warning to info level

File:
1 edited

Legend:

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

    r11766 r11771  
    130130/* Wikipedia without wikidata */
    131131*[wikipedia][!wikidata] {
    132   throwWarning: tr("wikipedia tag is set, but there is no wikidata tag. Wikipedia plugin might help with wikidata id lookups");
     132  throwOther: tr("wikipedia tag is set, but there is no wikidata tag. Wikipedia plugin might help with wikidata id lookups");
    133133  assertMatch: "node wikipedia=a";
    134134  assertNoMatch: "node wikipedia=a wikidata=Q123";
Note: See TracChangeset for help on using the changeset viewer.