video preview: fix typo in tooltip; user button: update tooltip
This commit is contained in:
parent
acf0f2906f
commit
f5a75d3177
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue