From 78fae4150c0681a8cc765cab0576e0c5a30090eb Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 11 Jun 2008 19:16:47 +0000 Subject: [PATCH] on second though let's show "1 web seed" as "web seed" - that will be the most common situation --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];