SYMBOLS.SHIFT -> SYMBOLS.shift

This commit is contained in:
rolux 2014-09-25 21:56:19 +02:00 committed by j
commit 374296d630
8 changed files with 12 additions and 12 deletions

View file

@ -16,7 +16,7 @@ pandora.ui.leftPanel = function(section) {
element: pandora.$ui.info = pandora.ui.info(),
size: pandora.getInfoHeight(true),
tooltip: Ox._('info') + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'I</span>'
+ Ox.SYMBOLS.shift + 'I</span>'
}
],
id: 'leftPanel',