improve home screen logo tooltips (positioning, localization)

This commit is contained in:
rolux 2013-08-04 20:35:58 +00:00
commit 26b8357da9
3 changed files with 20 additions and 6 deletions

View file

@ -59,7 +59,9 @@ pandora.ui.home = function() {
$logo = Ox.Element({
element: '<img>',
tooltip: Ox._('Enter {0}', [pandora.site.site.name])
tooltip: function() {
return Ox._('Enter {0}', [pandora.site.site.name]);
}
})
.attr({
id: 'logo',