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

@ -13,7 +13,7 @@ oml.ui.itemInnerPanel = function() {
size: 112 + Ox.UI.SCROLLBAR_SIZE,
tooltip: Ox._('browser')
+ ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'B</span>'
+ Ox.SYMBOLS.shift + 'B</span>'
},
{
element: oml.$ui.itemViewPanel = oml.ui.itemViewPanel()