forked from 0x2620/pandora
fix #1682 (Regression: Info (bottom left) resize bar tooltip says 'Click to resize [object Object]')
This commit is contained in:
parent
26202ceed1
commit
1d7065456c
1 changed files with 1 additions and 1 deletions
|
@ -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') + ' <span class="OxBright">'
|
||||
tooltip: Ox._('info') + ' <span class="OxBright">'
|
||||
+ Ox.SYMBOLS.SHIFT + 'I</span>'
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue