diff --git a/data/core.yaml b/data/core.yaml index 0f0a17d2b..aca8e5e94 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -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 diff --git a/dist/locales/en.json b/dist/locales/en.json index 554f01c8e..d44d2ed47 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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",