forked from 0x2620/pandora
typo
This commit is contained in:
parent
837471c50a
commit
e3ca70c9ea
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ pandora.ui.mainMenu = function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'showdocument',
|
id: 'showdocument',
|
||||||
title: Ox._((ui.showTimeline ? 'Hide' : 'Show') + ' Document'),
|
title: Ox._((ui.showDocument ? 'Hide' : 'Show') + ' Document'),
|
||||||
disabled: !hasDocument(), keyboard: 'shift d'
|
disabled: !hasDocument(), keyboard: 'shift d'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue