cosmetic changes

This commit is contained in:
rolux 2013-08-07 23:06:47 +00:00
parent 4f5bb21a21
commit 258d2a472f
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ pandora.ui.infoView = function(data) {
left: ui.showIconBrowser ? 0 : -listWidth + 'px'
}, 250);
$icon.options({
tooltip: !pandora.user.ui.showIconBrowser
tooltip: !ui.showIconBrowser
? 'Doubleclick to edit icon'
: 'Doubleclick to hide icons'
});