mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 23:43:46 +00:00
Fix commit warning tooltip string
This commit is contained in:
@@ -261,6 +261,7 @@ en:
|
||||
untagged_area: Untagged area
|
||||
many_deletions: "You're deleting {n} objects. 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"
|
||||
untagged_tooltip: "Select a feature type that describes what this {geometry} is."
|
||||
deprecated_tags: "Deprecated tags: {tags}"
|
||||
zoom:
|
||||
in: Zoom In
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -316,8 +316,8 @@
|
||||
"untagged_area": "Untagged area",
|
||||
"many_deletions": "You're deleting {n} objects. 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}",
|
||||
"untagged_tooltip": "Select a feature type that describes what this {geometry} is."
|
||||
"untagged_tooltip": "Select a feature type that describes what this {geometry} is.",
|
||||
"deprecated_tags": "Deprecated tags: {tags}"
|
||||
},
|
||||
"zoom": {
|
||||
"in": "Zoom In",
|
||||
|
||||
Reference in New Issue
Block a user