wrap more strings in Ox._
This commit is contained in:
parent
5489823a61
commit
3e6a16d191
7 changed files with 13 additions and 16 deletions
|
|
@ -63,10 +63,7 @@ pandora.ui.titlesDialog = function() {
|
|||
.bindEvent({
|
||||
init: function(data) {
|
||||
numberOfTitles = data.items;
|
||||
$status.html(
|
||||
Ox.formatNumber(numberOfTitles)
|
||||
+ ' title' + (numberOfTitles == 1 ? '' : 's')
|
||||
);
|
||||
$status.html(Ox.formatCount(numberOfTitles, 'title'));
|
||||
},
|
||||
open: function(data) {
|
||||
$list.find('.OxItem.OxSelected > .OxCell.OxColumnSorttitle')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue