diff --git a/static/js/helpDialog.js b/static/js/helpDialog.js index 6f52e7b2..f3b4cd32 100644 --- a/static/js/helpDialog.js +++ b/static/js/helpDialog.js @@ -55,7 +55,7 @@ pandora.ui.helpDialog = function() { var $html = $('
'), strings = Ox.clone(pandora.site, true); - strings.addAnnotationShortcuts = strings.layers.map(function(layer, index) { + strings.addAnnotationShortcuts = strings.layers.slice(0, 9).map(function(layer, index) { return '' + (index + 1) + '' + Ox._('Add {0}', [layer.item.toLowerCase()]) + ''; }).join('\n'); strings.itemName = Ox.map(strings.itemName, function(v) {