#4486 (trunk, web) 'filter bar no longer displays selected option' -- possible fix

This commit is contained in:
Jordan Lee 2011-09-16 03:33:53 +00:00
parent 35bdec8f5f
commit e095bba052
1 changed files with 1 additions and 1 deletions

View File

@ -1248,7 +1248,7 @@ Transmission.prototype =
if (torrent_count !== visible_count)
text += visible_count.toStringWithCommas() + ' of ' + torrent_count.toStringWithCommas();
else if (torrent_count === 1)
text = '1 Transfer';
text += '1 Transfer';
else
text += torrent_count.toStringWithCommas() + ' Transfers';
$('#filter-button').html(text);