fix string typo; one less warning

This commit is contained in:
Mitchell Livingston
2008-06-11 19:06:31 +00:00
parent f8314b364b
commit 3b923874a2
3 changed files with 1 additions and 3 deletions

View File

@@ -3694,8 +3694,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
return NO;
}
#warning hide queue options if all queues are disabled?
//enable resume all waiting item
if (action == @selector(resumeWaitingTorrents:))
{

View File

@@ -1153,7 +1153,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
{
NSString * webSeedString;
if (webSeedCount == 1)
webSeedString = NSLocalizedString(@"web seed", "Torrent -> status string");
webSeedString = NSLocalizedString(@"1 web seed", "Torrent -> status string");
else
webSeedString = [NSString stringWithFormat: NSLocalizedString(@"%d web seeds", "Torrent -> status string"),
webSeedCount];