use peersConnected instead of peersTotal

This commit is contained in:
Mitchell Livingston
2007-07-15 17:25:06 +00:00
parent 73ca83a455
commit 42bcba5853
3 changed files with 10 additions and 10 deletions

View File

@@ -403,7 +403,7 @@
if (active)
{
int total = [torrent totalPeers];
int total = [torrent totalPeersConnected];
NSString * connected = [NSString stringWithFormat:
NSLocalizedString(@"%d Connected", "Inspector -> Peers tab -> peers"), total];