wrap more strings in Ox._

This commit is contained in:
j 2013-07-17 10:25:01 +00:00
commit 3e6a16d191
7 changed files with 13 additions and 16 deletions

View file

@ -82,7 +82,7 @@ pandora.ui.helpDialog = function() {
}
],
items: pandora.site.help.map(function(value, index) {
return Ox.extend({index: index}, value);
return Ox.extend({index: index}, value, {title: Ox._(value.title)});
}),
max: 1,
min: 1,