embed player: add close tooltip

This commit is contained in:
rolux 2013-02-12 17:24:14 +05:30
parent 24ba371529
commit a864cc2085

View file

@ -30,7 +30,10 @@ Ox.load('UI', {
).concat( ).concat(
['timeline', 'position', 'settings'] ['timeline', 'position', 'settings']
), ),
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name}, controlsTooltips: {
close: 'Close',
open: 'Watch on ' + pandora.site.site.name
},
controlsTop: (options.showCloseButton ? ['close'] : []).concat( controlsTop: (options.showCloseButton ? ['close'] : []).concat(
['space', 'open'] ['space', 'open']
), ),