forked from 0x2620/pandora
change wording of tooltip
This commit is contained in:
parent
a773f68dc7
commit
6877cd592c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Ox.load('UI', {
|
|||
censored: data.censored,
|
||||
censoredIcon: pandora.site.cantPlay.icon,
|
||||
censoredTooltip: pandora.site.cantPlay.text,
|
||||
controlsTooltips: {open: 'Open in ' + pandora.site.site.name},
|
||||
controlsTooltips: {open: 'Watch on ' + pandora.site.site.name},
|
||||
controlsTop: (Ox.Fullscreen.available ? ['fullscreen'] : []).concat(
|
||||
['space', 'open']
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue