From c1df48ce0f32276999dedf52b1344fc245455033 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 5 Feb 2019 17:25:34 -0500 Subject: [PATCH] Simplify crossing ways warning message --- data/core.yaml | 2 +- dist/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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." },