wrap more strings
This commit is contained in:
parent
9bfee31fca
commit
cd0284a15c
10 changed files with 18 additions and 18 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue