Changeset 18557 in josm for trunk/resources/data/validator/deprecated.mapcss
- Timestamp:
- 2022-09-12T20:19:33+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/resources/data/validator/deprecated.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/deprecated.mapcss
r18552 r18557 704 704 } 705 705 706 /* #11499, #16928 */ 707 *[payment:credit_cards=yes] { 708 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"); 709 } 710 *[payment:debit_cards=yes] { 711 throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:maestro=yes", "payment:girocard=yes"); 712 } 706 /* #11499, #16928, #22367 */ 713 707 *[payment:electronic_purses=yes] { 714 throw Warning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes");708 throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes"); 715 709 } 716 710 *[payment:cryptocurrencies=yes] { 717 throw Warning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes");711 throwOther: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes"); 718 712 } 719 713
Note:
See TracChangeset
for help on using the changeset viewer.
