mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Transfer, not Torrent
This commit is contained in:
@@ -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"]];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user