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

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