forked from 0x2620/pandora
wrap more strings
This commit is contained in:
parent
9bfee31fca
commit
cd0284a15c
10 changed files with 18 additions and 18 deletions
|
|
@ -55,7 +55,7 @@ pandora.ui.mainMenu = function() {
|
|||
{ group: 'viewsection', min: 1, max: 1, items: Object.keys(pandora.site.sectionFolders).map(function(section) {
|
||||
return {
|
||||
id: section,
|
||||
title: section == 'items' ? Ox._(pandora.site.itemName.plural) : Ox.toTitleCase(section),
|
||||
title: section == 'items' ? Ox._(pandora.site.itemName.plural) : Ox._(Ox.toTitleCase(section)),
|
||||
checked: ui.section == section,
|
||||
disabled: section != 'items' && pandora.user.level != 'admin'
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue