mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Fixed typo in crossing ways issue label
This commit is contained in:
@@ -638,7 +638,7 @@ en:
|
||||
many_deletions: "You're deleting {n} features: {p} nodes, {l} lines, {a} areas, {r} relations. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org."
|
||||
tag_suggests_area: "The tag {tag} suggests line should be area, but it is not an area"
|
||||
deprecated_tags: "Deprecated tags: {tags}"
|
||||
crossing_ways: Corssing ways without connection
|
||||
crossing_ways: Crossing ways without connection
|
||||
crossing_ways_tooltip: "Roads are crossing other roads, buildings, railroads, or waterways without connection nodes or a bridge tag."
|
||||
zoom:
|
||||
in: Zoom in
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -775,7 +775,7 @@
|
||||
"many_deletions": "You're deleting {n} features: {p} nodes, {l} lines, {a} areas, {r} relations. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
|
||||
"tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
|
||||
"deprecated_tags": "Deprecated tags: {tags}",
|
||||
"crossing_ways": "Corssing ways without connection",
|
||||
"crossing_ways": "Crossing ways without connection",
|
||||
"crossing_ways_tooltip": "Roads are crossing other roads, buildings, railroads, or waterways without connection nodes or a bridge tag."
|
||||
},
|
||||
"zoom": {
|
||||
|
||||
Reference in New Issue
Block a user