mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Simplify crossing ways warning message
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Vendored
+1
-1
@@ -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."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user