wrap more strings
This commit is contained in:
parent
9bfee31fca
commit
cd0284a15c
10 changed files with 18 additions and 18 deletions
|
|
@ -83,7 +83,7 @@ pandora.ui.toolbar = function() {
|
|||
function getListName(listId) {
|
||||
return '<b>' + (
|
||||
listId == ''
|
||||
? Ox._('All {0}', [pandora.site.itemName.plural])
|
||||
? Ox._('All {0}', [Ox._(pandora.site.itemName.plural)])
|
||||
: Ox.encodeHTMLEntities(listId.slice(listId.indexOf(':') + 1))
|
||||
) + '</b>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue