wrap more strings in Ox._
This commit is contained in:
parent
5489823a61
commit
3e6a16d191
7 changed files with 13 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue