Changeset 17851 in josm for trunk


Ignore:
Timestamp:
2021-05-02T00:37:37+02:00 (3 years ago)
Author:
simon04
Message:

fix #20817, see #11499 - Validator: "payment:credit_cards=yes is inaccurate" as informational warning (patch by mkoniecz)

File:
1 edited

Legend:

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

    r17593 r17851  
    705705/* #11499, #16928 */
    706706*[payment:credit_cards=yes] {
    707   throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:mastercard=yes", "payment:visa=yes");
     707  throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:mastercard=yes", "payment:visa=yes");
    708708}
    709709*[payment:debit_cards=yes] {
Note: See TracChangeset for help on using the changeset viewer.