diff --git a/static/js/contentPanel.js b/static/js/contentPanel.js index 77a798ac7..c63774ee8 100644 --- a/static/js/contentPanel.js +++ b/static/js/contentPanel.js @@ -11,7 +11,7 @@ pandora.ui.contentPanel = function() { resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256], size: pandora.user.ui.filtersSize, tooltip: Ox._('filters') + ' ' - + Ox.SYMBOLS.SHIFT + 'F' + + Ox.SYMBOLS.shift + 'F' }, { element: pandora.$ui.list = pandora.ui.list() @@ -28,7 +28,7 @@ pandora.ui.contentPanel = function() { size: 112 + Ox.SCROLLBAR_SIZE, tooltip: Ox._('{0} browser', [Ox._(pandora.site.itemName.singular.toLowerCase())]) + ' ' - + Ox.SYMBOLS.SHIFT + 'B' + + Ox.SYMBOLS.shift + 'B' }, { element: pandora.$ui.item = pandora.ui.item() diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index f8f2dce9d..0c64e6de6 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -364,7 +364,7 @@ pandora.ui.documentsPanel = function(options) { resizable: true, resize: [192, 256, 320, 384], tooltip: 'document ' - + Ox.SYMBOLS.SHIFT + 'D' + + Ox.SYMBOLS.shift + 'D' } ], orientation: 'horizontal' diff --git a/static/js/editPanel.js b/static/js/editPanel.js index 36a125c09..52532042d 100644 --- a/static/js/editPanel.js +++ b/static/js/editPanel.js @@ -83,7 +83,7 @@ pandora.ui.editPanel = function(isEmbed) { clipRatio: pandora.site.video.previewRatio, clips: Ox.clone(edit.clips), clipSize: listSize, - clipTooltip: 'clips ' + Ox.SYMBOLS.SHIFT + 'C', + clipTooltip: 'clips ' + Ox.SYMBOLS.shift + 'C', clipView: ui.edits[ui.edit].view, controlsTooltips: { open: Ox._('Open in {0} View', [Ox._(Ox.getObjectById( @@ -142,7 +142,7 @@ pandora.ui.editPanel = function(isEmbed) { ), subtitles: getSubtitles(edit.clips), timeline: ui.videoTimeline, - timelineTooltip: Ox._('timeline') + ' ' + Ox.SYMBOLS.SHIFT + 'T', + timelineTooltip: Ox._('timeline') + ' ' + Ox.SYMBOLS.shift + 'T', video: getVideos(), volume: ui.videoVolume, width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1 @@ -399,7 +399,7 @@ pandora.ui.editPanel = function(isEmbed) { clipRatio: pandora.site.video.previewRatio, clipSize: listSize, clips: Ox.clone(edit.clips), - clipTooltip: 'clips ' + Ox.SYMBOLS.SHIFT + 'C', + clipTooltip: 'clips ' + Ox.SYMBOLS.shift + 'C', clipView: ui.edits[ui.edit].view, controlsBottom: [ 'play', 'volume', 'scale', 'timeline', 'position', 'settings' diff --git a/static/js/editor.js b/static/js/editor.js index 0fc24e7c6..03a452f72 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -13,7 +13,7 @@ pandora.ui.editor = function(data) { annotationsSize: ui.annotationsSize, annotationsSort: ui.annotationsSort, annotationsTooltip: Ox._('annotations') - + ' ' + Ox.SYMBOLS.SHIFT + 'A', + + ' ' + Ox.SYMBOLS.shift + 'A', audioTrack: data.audioTrack, censored: data.censored, censoredIcon: pandora.site.cantPlay.icon, diff --git a/static/js/leftPanel.js b/static/js/leftPanel.js index b81280a4b..24275f93f 100644 --- a/static/js/leftPanel.js +++ b/static/js/leftPanel.js @@ -16,7 +16,7 @@ pandora.ui.leftPanel = function(section) { element: pandora.$ui.info = pandora.ui.info(), size: pandora.getInfoHeight(true), tooltip: Ox._('info') + ' ' - + Ox.SYMBOLS.SHIFT + 'I' + + Ox.SYMBOLS.shift + 'I' } ], id: 'leftPanel', diff --git a/static/js/mainPanel.js b/static/js/mainPanel.js index 952fe8f1a..8bf851ad7 100644 --- a/static/js/mainPanel.js +++ b/static/js/mainPanel.js @@ -12,7 +12,7 @@ pandora.ui.mainPanel = function() { resize: [192, 256, 320, 384], size: ui.sidebarSize, tooltip: Ox._('sidebar') + ' ' - + Ox.SYMBOLS.SHIFT + 'S' + + Ox.SYMBOLS.shift + 'S' }, { element: getRightPanel() diff --git a/static/js/player.js b/static/js/player.js index 1f802d1ef..06db9db6e 100644 --- a/static/js/player.js +++ b/static/js/player.js @@ -13,7 +13,7 @@ pandora.ui.player = function(data) { annotationsSize: ui.annotationsSize, annotationsSort: ui.annotationsSort, annotationsTooltip: Ox._('annotations') - + ' ' + Ox.SYMBOLS.SHIFT + 'A', + + ' ' + Ox.SYMBOLS.shift + 'A', audioTrack: data.audioTrack, censored: data.censored, censoredIcon: pandora.site.cantPlay.icon, @@ -53,7 +53,7 @@ pandora.ui.player = function(data) { subtitlesLayer: data.subtitlesLayer, subtitlesTrack: Ox.getLanguageNameByCode(pandora.site.language), timeline: ui.videoTimeline, - timelineTooltip: Ox._('timeline') + ' ' + Ox.SYMBOLS.SHIFT + 'T', + timelineTooltip: Ox._('timeline') + ' ' + Ox.SYMBOLS.shift + 'T', video: data.video, volume: ui.videoVolume, width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1 diff --git a/static/js/timeline.js b/static/js/timeline.js index 865b77111..26ff97372 100644 --- a/static/js/timeline.js +++ b/static/js/timeline.js @@ -13,7 +13,7 @@ pandora.ui.timeline = function(data) { annotationsSize: ui.annotationsSize, annotationsSort: ui.annotationsSort, annotationsTooltip: Ox._('annotations') - + ' ' + Ox.SYMBOLS.SHIFT + 'A', + + ' ' + Ox.SYMBOLS.shift + 'A', audioTrack: data.audioTrack, censored: data.censored, censoredIcon: pandora.site.cantPlay.icon,