Changeset 19204 in josm for trunk/resources/data


Ignore:
Timestamp:
2024-08-21T23:30:44+02:00 (3 months ago)
Author:
taylor.smock
Message:

Fix #23874: Syntax issue from r19169

It looks like tr issues don't get caught by automated tests.

File:
1 edited

Legend:

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

    r19169 r19204  
    25322532/* From the canvec import */
    25332533*[natural=landform][landform=esker] {
    2534   throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=esker";
     2534  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=esker");
    25352535  group: tr("deprecated tagging");
    25362536  suggestAlternative: "natural=ridge or geological=esker";
    25372537}
    25382538*[natural=landform][landform=moraine] {
    2539   throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=moraine";
     2539  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=moraine");
    25402540  group: tr("deprecated tagging");
    25412541  suggestAlternative: "geological=moraine";
    25422542}
    25432543*[natural=landform][landform=beach] {
    2544   throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=beach";
     2544  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=beach");
    25452545  group: tr("deprecated tagging");
    25462546  suggestAlternative: "natural=beach";
    25472547}
    25482548*[natural=landform][landform=tundra_polygon] {
    2549   throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=tundra";
     2549  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=tundra");
    25502550  group: tr("deprecated tagging");
    25512551  suggestAlternative: "natural=tundra or natural=fell";
Note: See TracChangeset for help on using the changeset viewer.