Changeset 15403 in josm


Ignore:
Timestamp:
2019-10-02T22:41:10+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #18196 - Invalid string translation in combinations.mapcss (patch by frodrigo)

File:
1 edited

Legend:

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

    r15402 r15403  
    620620way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated]!.unpaved_surface,
    621621way[highway=cycleway][foot][foot!=no      ][foot!=use_sidepath   ][!segregated]!.unpaved_surface {
    622   throwWarning: tr("Combined foot- and cycleway without {1}.", "{4.key}");
     622  throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
    623623  group: tr("missing tag");
    624624}
Note: See TracChangeset for help on using the changeset viewer.