SYMBOLS.SHIFT -> SYMBOLS.shift

This commit is contained in:
rolux 2014-09-25 21:56:19 +02:00 committed by j
commit 374296d630
8 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@ pandora.ui.editor = function(data) {
annotationsSize: ui.annotationsSize,
annotationsSort: ui.annotationsSort,
annotationsTooltip: Ox._('annotations')
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
audioTrack: data.audioTrack,
censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon,