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

@ -12,7 +12,7 @@ pandora.ui.mainPanel = function() {
resize: [192, 256, 320, 384],
size: ui.sidebarSize,
tooltip: Ox._('sidebar') + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'S</span>'
+ Ox.SYMBOLS.shift + 'S</span>'
},
{
element: getRightPanel()