wrap more strings

This commit is contained in:
j 2014-02-13 16:24:52 +00:00
commit cd0284a15c
10 changed files with 18 additions and 18 deletions

View file

@ -13,7 +13,7 @@ pandora.ui.folderBrowserBar = function(id, section) {
pandora.$ui.findListsSelect[id] = Ox.Select({
items: [
{id: 'user', title: Ox._('Find: User')},
{id: 'name', title: Ox._('Find: {0}', [folderItem])}
{id: 'name', title: Ox._('Find: {0}', [Ox._(folderItem)])}
],
overlap: 'right',
type: 'image'