fix info (video preview) tooltip
This commit is contained in:
parent
46b86ac7a8
commit
1cd5fab76f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ pandora.ui.info = function() {
|
|||
pandora.user.ui.item
|
||||
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
|
||||
) ? 'Go to Position' : (
|
||||
pandora.user.ui.item ? 'Switch to' : 'Open in'
|
||||
pandora.user.ui.item ? 'Switch to ' : 'Open in '
|
||||
) + Ox.getObjectById(
|
||||
pandora.site.itemViews,
|
||||
pandora.user.ui.videoView
|
||||
|
|
Loading…
Reference in a new issue