Transfer, not Torrent

This commit is contained in:
Mitchell Livingston
2006-06-14 01:28:23 +00:00
parent d77470bdf8
commit a3e1af9717
4 changed files with 4 additions and 5 deletions

View File

@@ -422,7 +422,7 @@ static void sleepCallBack( void * controller, io_service_t y,
{
int count = [fTorrents count];
[fTotalTorrentsField setStringValue: [NSString stringWithFormat:
@"%d Torrent%s", count, count == 1 ? "" : "s"]];
@"%d Transfer%s", count, count == 1 ? "" : "s"]];
}
}