mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
fix string typo; one less warning
This commit is contained in:
@@ -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:))
|
||||
{
|
||||
|
||||
Binary file not shown.
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user