consistently use title case when formatting counts

This commit is contained in:
rolux 2013-07-18 08:14:14 +00:00
commit f8179ea48a
6 changed files with 10 additions and 11 deletions

View file

@ -246,7 +246,7 @@ pandora.ui.navigationView = function(type, videoRatio) {
}
function updateStatusbar(items) {
$status.html(Ox.toTitleCase(Ox.formatCount(items, 'Clip')));
$status.html(Ox.toTitleCase(Ox.formatCount(items, 'clip')));
}
if (type == 'map') {