pass tooltip for 'open in...' to tv video player

This commit is contained in:
rolux 2012-04-19 10:29:57 +00:00
parent 637badfbd6
commit 8816e41543
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ pandora.ui.tv = function() {
'zapPrevious', 'zapHome', 'zapNext',
'volume', 'scale', 'timeline', 'position', 'settings'
],
controlsTooltips: {
open: 'Open in ' + Ox.getObjectById(
pandora.site.itemViews, pandora.user.ui.videoView
).title + ' View',
},
controlsTop: ['close', 'title', 'open'],
duration: result.data.duration,
enableSubtitles: pandora.user.ui.videoSubtitles,