video preview: fix typo in tooltip; user button: update tooltip

This commit is contained in:
rolux 2013-08-08 13:52:29 +00:00
commit f5a75d3177
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ pandora.ui.info = function() {
pandora.user.ui.item
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
) ? Ox._('Go to Position') : (
Ox._(pandora.user.ui.item ? 'Switch to {0} View' : 'Open in {0} Vew',
Ox._(pandora.user.ui.item ? 'Switch to {0} View' : 'Open in {0} View',
[Ox._(Ox.getObjectById(pandora.site.itemViews, pandora.user.ui.videoView).title)]));
},
width: ui.sidebarSize