s/SHIFT/shift/g

This commit is contained in:
j 2014-10-31 19:37:32 +01:00
parent 4f58d76eda
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, size: 112 + Ox.UI.SCROLLBAR_SIZE,
tooltip: Ox._('browser') tooltip: Ox._('browser')
+ ' <span class="OxBright">' + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'B</span>' + Ox.SYMBOLS.shift + 'B</span>'
}, },
{ {
element: oml.$ui.itemViewPanel = oml.ui.itemViewPanel() element: oml.$ui.itemViewPanel = oml.ui.itemViewPanel()

View File

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

View File

@ -14,7 +14,7 @@ oml.ui.listInnerPanel = function() {
resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256], resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256],
size: ui.filtersSize, size: ui.filtersSize,
tooltip: Ox._('filters') + ' <span class="OxBright">' tooltip: Ox._('filters') + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'F</span>' + Ox.SYMBOLS.shift + 'F</span>'
}, },
{ {
element: oml.$ui.list = oml.ui.list() element: oml.$ui.list = oml.ui.list()

View File

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