forked from 0x2620/pandora
help menu: change titles
This commit is contained in:
parent
889aace64e
commit
822e92a7ab
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ pandora.ui.mainMenu = function() {
|
||||||
{ id: 'statistics', title: 'Statistics...', disabled: !pandora.site.capabilities.canManageUsers[pandora.user.level] }
|
{ id: 'statistics', title: 'Statistics...', disabled: !pandora.site.capabilities.canManageUsers[pandora.user.level] }
|
||||||
] },
|
] },
|
||||||
{ id: 'helpMenu', title: 'Help', items: [
|
{ id: 'helpMenu', title: 'Help', items: [
|
||||||
{ id: 'help', title: pandora.site.site.name + ' Help', keyboard: 'control ?' },
|
{ id: 'help', title: 'Help...', keyboard: 'control ?' },
|
||||||
{ id: 'api', title: pandora.site.site.name + ' API' }
|
{ id: 'api', title: 'API Documentation...' }
|
||||||
] }
|
] }
|
||||||
],
|
],
|
||||||
pandora.site.capabilities.canSeeDebugMenu[pandora.user.level]
|
pandora.site.capabilities.canSeeDebugMenu[pandora.user.level]
|
||||||
|
|
Loading…
Reference in a new issue