Change distance-measurement hotkey to cmd-I

This commit is contained in:
Bryan Housel
2015-05-26 12:27:50 -04:00
parent 982276261e
commit 1287e4cad9
3 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -255,7 +255,6 @@
"truncated_list": "Edits by {users} and {count} others"
},
"infobox": {
"key": "I",
"selected": "{n} selected",
"geometry": "Geometry",
"closed": "closed",

View File

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