change wording of tooltip

This commit is contained in:
rolux 2013-02-12 13:21:32 +05:30
parent a773f68dc7
commit 6877cd592c

View file

@ -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']
),