Mode name and shortcut key should match

This commit is contained in:
John Firebaugh
2013-01-28 17:29:21 -05:00
parent 5d73e45b50
commit 8fe9da4710
+1 -1
View File
@@ -2,7 +2,7 @@ iD.modes.Browse = function() {
var mode = {
button: 'browse',
id: 'browse',
title: 'Move',
title: 'Browse',
description: 'Pan and zoom the map',
key: 'b'
};