Changes between Version 1 and Version 2 of Ticket #19419, comment 8


Ignore:
Timestamp:
2021-03-05T03:35:36+01:00 (3 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19419, comment 8

    v1 v2  
    4242*[number_of_tags() > 1][/^(train|light_train|monorail|tram|subway)(:.*)*$/][/^(train|light_train|monorail|tram|subway)(:.*)*$/ =~ /;/],
    4343*[number_of_tags() > 1][/^(boat|canoe|cargo|motorboat|sailboat|ship)(:.*)*$/][/^(boat|canoe|cargo|motorboat|sailboat|ship)(:.*)*$/ =~ /;/] {
    44   throwWarning: tr("Multiple values in access tag {1}", "{1.tag}");
    45   suggestAlternative: tr("only one value and additional {1}", "{1.key}:conditional");
     44  throwWarning: tr("Multiple values in access tag {0}", "{1.tag}");
     45  suggestAlternative: tr("only one value and additional {0}", "{1.key}:conditional");
    4646  group: tr("Invalid access tag");
    4747  assertMatch:   "way access=agricultural;forestry a=b";