s/SHIFT/shift/g

This commit is contained in:
j 2014-10-31 19:37:32 +01:00
commit 9901f9e6c3
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ oml.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: oml.$ui.rightPanel = oml.ui.rightPanel()