Fix commit warning tooltip string

This commit is contained in:
Aaron Lidman
2013-12-04 10:42:00 -05:00
parent 16c9564343
commit e6f741836b
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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",