From 1d7065456c32c4a01944c6be0aecea62240e22ba Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 22 Jul 2013 06:49:21 +0000 Subject: [PATCH] fix #1682 (Regression: Info (bottom left) resize bar tooltip says 'Click to resize [object Object]') --- static/js/leftPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/leftPanel.js b/static/js/leftPanel.js index 0c3b37c6e..87d6c0b28 100644 --- a/static/js/leftPanel.js +++ b/static/js/leftPanel.js @@ -15,7 +15,7 @@ pandora.ui.leftPanel = function(section) { collapsible: true, element: pandora.$ui.info = pandora.ui.info(), size: pandora.getInfoHeight(true), - tooltip: Ox('info') + ' ' + tooltip: Ox._('info') + ' ' + Ox.SYMBOLS.SHIFT + 'I' } ],