diff --git a/data/core.yaml b/data/core.yaml index 9cb81883e..8c140fd25 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -205,7 +205,6 @@ en: list: "Edits by {users}" truncated_list: "Edits by {users} and {count} others" infobox: - key: I selected: "{n} selected" geometry: Geometry closed: closed diff --git a/dist/locales/en.json b/dist/locales/en.json index 35479cae2..70b206dff 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -255,7 +255,6 @@ "truncated_list": "Edits by {users} and {count} others" }, "infobox": { - "key": "I", "selected": "{n} selected", "geometry": "Geometry", "closed": "closed", diff --git a/js/id/ui/info.js b/js/id/ui/info.js index 6d8562b88..1034a3f54 100644 --- a/js/id/ui/info.js +++ b/js/id/ui/info.js @@ -1,5 +1,5 @@ iD.ui.Info = function(context) { - var key = t('infobox.key'), + var key = iD.ui.cmd('⌘I'), imperial = (iD.detect().locale.toLowerCase() === 'en-us'); function info(selection) {