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

@ -364,7 +364,7 @@ pandora.ui.documentsPanel = function(options) {
resizable: true,
resize: [192, 256, 320, 384],
tooltip: 'document <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'D</span>'
+ Ox.SYMBOLS.shift + 'D</span>'
}
],
orientation: 'horizontal'