Changeset 11766 in josm


Ignore:
Timestamp:
2017-03-21T23:42:06+01:00 (7 years ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

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

    r11756 r11766  
    119119/* Detect invalid wikidata tags */
    120120*[wikidata][wikidata !~ /^Q[1-9][0-9]{0,8}$/] {
    121   throwError: tr("wikidata tag must be in Qnnnn format, where n is a digit'");
     121  throwError: tr("wikidata tag must be in Qnnnn format, where n is a digit");
    122122  assertMatch: "node wikidata=a";
    123123  assertMatch: "node wikidata=Q";
Note: See TracChangeset for help on using the changeset viewer.