diff --git a/macosx/Torrent.m b/macosx/Torrent.m index c126b0fad..d0fe202cb 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1153,7 +1153,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void * { NSString * webSeedString; if (webSeedCount == 1) - webSeedString = NSLocalizedString(@"1 web seed", "Torrent -> status string"); + webSeedString = NSLocalizedString(@"web seed", "Torrent -> status string"); else webSeedString = [NSString stringWithFormat: NSLocalizedString(@"%d web seeds", "Torrent -> status string"), webSeedCount];