forked from 0x2620/pandora
consistently use title case when formatting counts
This commit is contained in:
parent
5e3e4de939
commit
f8179ea48a
6 changed files with 10 additions and 11 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue