fix 'All Texts' info title (fixes #1664)

This commit is contained in:
rolux 2013-07-15 15:56:55 +00:00
parent 41b979b061
commit 53a2ce81b8

View file

@ -309,7 +309,7 @@ pandora.ui.listInfo = function() {
.css({fontWeight: 'bold'})
.html(ui.section == 'items'
? Ox._('All {0}', [Ox._(pandora.site.itemName.plural)])
: Ox._('{} ' + folderItems, [pandora.site.site.name])
: Ox._('{0} ' + folderItems, [pandora.site.site.name])
)
);
}