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

@ -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')