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

@ -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>';
}