SYMBOLS.SHIFT -> SYMBOLS.shift
This commit is contained in:
parent
80419856d3
commit
374296d630
8 changed files with 12 additions and 12 deletions
|
|
@ -13,7 +13,7 @@ pandora.ui.player = 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,
|
||||
|
|
@ -53,7 +53,7 @@ pandora.ui.player = function(data) {
|
|||
subtitlesLayer: data.subtitlesLayer,
|
||||
subtitlesTrack: Ox.getLanguageNameByCode(pandora.site.language),
|
||||
timeline: ui.videoTimeline,
|
||||
timelineTooltip: Ox._('timeline') + ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'T</span>',
|
||||
timelineTooltip: Ox._('timeline') + ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'T</span>',
|
||||
video: data.video,
|
||||
volume: ui.videoVolume,
|
||||
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue