forked from 0x2620/pandora
embed player: add close tooltip
This commit is contained in:
parent
24ba371529
commit
a864cc2085
1 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,10 @@ Ox.load('UI', {
|
|||
).concat(
|
||||
['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(
|
||||
['space', 'open']
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue