1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

on second though let's show "1 web seed" as "web seed" - that will be the most common situation

This commit is contained in:
Mitchell Livingston 2008-06-11 19:16:47 +00:00
parent 3b923874a2
commit 78fae4150c

View file

@ -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];