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

This commit is contained in:
rolux 2013-08-08 13:52:29 +00:00
parent acf0f2906f
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

View file

@ -22,8 +22,8 @@ pandora.ui.userButton = function() {
style: 'symbol',
title: 'user',
tooltip: Ox._(
isGuest ? 'Click to sign in, doubleclick to sign up'
: 'Click to open preferences, doubleclick to sign out'
isGuest ? 'Click to sign in or doubleclick to sign up'
: 'Click to open preferences or doubleclick to sign out'
),
type: 'image'
})