Simplify crossing ways warning message

This commit is contained in:
Quincy Morgan
2019-02-05 17:25:34 -05:00
parent 0aa3ce2cee
commit c1df48ce0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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."
},