forked from 0x2620/pandora
localization fixes
This commit is contained in:
parent
19eabd7db1
commit
8424797cc4
2 changed files with 4 additions and 2 deletions
|
|
@ -102,7 +102,9 @@ pandora.ui.mainMenu = function() {
|
|||
{ group: 'itemview', min: 1, max: 1, items: pandora.site.itemViews.map(function(view) {
|
||||
return Ox.extend({
|
||||
checked: ui.itemView == view.id
|
||||
}, view);
|
||||
}, view, {
|
||||
title: Ox._(view.title)
|
||||
});
|
||||
}) },
|
||||
] },
|
||||
{ id: 'clips', title: Ox._('Open Clips'), items: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue