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