Changeset 11077 in josm


Ignore:
Timestamp:
2016-10-03T21:52:59+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #13752 - typos

File:
1 edited

Legend:

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

    r11075 r11077  
    1212/* #13752 */
    1313*[!addr:housenumber][addr:street][addr:housename=~/^[0-9]+[a-zA-Z]?$/] {
    14     throwOther: tr("Object has no {0} however it has {1} and {2} whoose value looks like a housenumber.", "{0.key}", "{1.key}", "{2.key}");
     14    throwOther: tr("Object has no {0}, however, it has {1} and {2} whose value looks like a housenumber.", "{0.key}", "{1.key}", "{2.key}");
    1515    assertMatch: "node addr:street=foo addr:housename=1";
    1616    assertMatch: "node addr:street=foo addr:housename=1a";
Note: See TracChangeset for help on using the changeset viewer.