From e6f741836b75c50fdf16fdd4dfca313363ec4a1f Mon Sep 17 00:00:00 2001 From: Aaron Lidman Date: Wed, 4 Dec 2013 10:42:00 -0500 Subject: [PATCH] Fix commit warning tooltip string --- data/core.yaml | 1 + dist/locales/en.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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",