diff --git a/static/js/helpDialog.js b/static/js/helpDialog.js index 4091a901d..6ea9eeead 100644 --- a/static/js/helpDialog.js +++ b/static/js/helpDialog.js @@ -65,7 +65,7 @@ pandora.ui.helpDialog = function() { return '' + (index + 1) + '' + Ox._('Add {0}', [layer.item.toLowerCase()]) + ''; }).join('\n'); strings.itemName = Ox.map(strings.itemName, function(v) { - return v.toLowerCase(); + return Ox._(v).toLowerCase(); }); strings.signup = pandora.user.level == 'guest' ? '' + Ox._('sign up') + '' : Ox._('sign up');