0 TransferS, 1 Transfer

This commit is contained in:
Mitchell Livingston 2007-01-09 14:35:00 +00:00
parent a7b2d268c0
commit c0174bd8d5
1 changed files with 1 additions and 1 deletions

View File

@ -1491,7 +1491,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[totalTorrentsString appendFormat: @"%d/", [fDisplayedTorrents count]];
int totalCount = [fTorrents count];
if (totalCount > 1)
if (totalCount != 1)
[totalTorrentsString appendFormat: NSLocalizedString(@"%d Transfers", "Status bar transfer count"), totalCount];
else
[totalTorrentsString appendFormat: NSLocalizedString(@"%d Transfer", "Status bar transfer count"), totalCount];