mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +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:
parent
3b923874a2
commit
78fae4150c
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
|
||||||
{
|
{
|
||||||
NSString * webSeedString;
|
NSString * webSeedString;
|
||||||
if (webSeedCount == 1)
|
if (webSeedCount == 1)
|
||||||
webSeedString = NSLocalizedString(@"1 web seed", "Torrent -> status string");
|
webSeedString = NSLocalizedString(@"web seed", "Torrent -> status string");
|
||||||
else
|
else
|
||||||
webSeedString = [NSString stringWithFormat: NSLocalizedString(@"%d web seeds", "Torrent -> status string"),
|
webSeedString = [NSString stringWithFormat: NSLocalizedString(@"%d web seeds", "Torrent -> status string"),
|
||||||
webSeedCount];
|
webSeedCount];
|
||||||
|
|
Loading…
Reference in a new issue