forked from 0x2620/pandora
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
|
pandora.user.ui.item
|
||||||
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
|
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
|
||||||
) ? Ox._('Go to Position') : (
|
) ? 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)]));
|
[Ox._(Ox.getObjectById(pandora.site.itemViews, pandora.user.ui.videoView).title)]));
|
||||||
},
|
},
|
||||||
width: ui.sidebarSize
|
width: ui.sidebarSize
|
||||||
|
|
|
@ -22,8 +22,8 @@ pandora.ui.userButton = function() {
|
||||||
style: 'symbol',
|
style: 'symbol',
|
||||||
title: 'user',
|
title: 'user',
|
||||||
tooltip: Ox._(
|
tooltip: Ox._(
|
||||||
isGuest ? 'Click to sign in, doubleclick to sign up'
|
isGuest ? 'Click to sign in or doubleclick to sign up'
|
||||||
: 'Click to open preferences, doubleclick to sign out'
|
: 'Click to open preferences or doubleclick to sign out'
|
||||||
),
|
),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue