localization fixes

This commit is contained in:
j 2014-02-13 15:32:14 +00:00
commit 8424797cc4
2 changed files with 4 additions and 2 deletions

View file

@ -127,7 +127,7 @@ pandora.ui.documentsPanel = function(options) {
items: columns.map(function(column) {
return {
id: column.id,
title: Ox._('Sort by ' + column.title)
title: Ox._('Sort by {0}', [column.title])
};
}),
value: ui.documentsSort[0].key,