Changeset 19151 in josm for trunk


Ignore:
Timestamp:
2024-07-25T12:39:19+02:00 (2 months ago)
Author:
stoecker
Message:

adapt message, patch by Famlam, see #23621

File:
1 edited

Legend:

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

    r19140 r19151  
    666666/* #23621 */
    667667node[natural=tree][circumference][siunit_length(tag(circumference)) > 45] {
    668   throwWarning: tr("Unusually large value of {0} in meters, possibly centimeter units are meant?", "{0.key}");
     668  throwWarning: tr("Unusually large value of {0}, possibly centimeter units are meant?", "{1.key}");
    669669  assertMatch: "node natural=tree circumference=200";
    670670  assertMatch: "node natural=tree circumference=82.4";
Note: See TracChangeset for help on using the changeset viewer.