diff --git a/data/core.yaml b/data/core.yaml index 612a9579a..553d9de12 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1182,7 +1182,7 @@ en: highway-highway: tip: Intersecting highways should share a junction vertex. crossing_ways: - message: "{feature} crosses {feature2} without enough context." + message: "{feature} crosses {feature2}." building-building: tip: Buildings should not intersect except on different layers. building-highway: diff --git a/dist/locales/en.json b/dist/locales/en.json index c165e7183..83f47d838 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1435,7 +1435,7 @@ } }, "crossing_ways": { - "message": "{feature} crosses {feature2} without enough context.", + "message": "{feature} crosses {feature2}.", "building-building": { "tip": "Buildings should not intersect except on different layers." },