specify "download" instead of "start"

This commit is contained in:
Mitchell Livingston 2007-01-09 15:31:14 +00:00
parent b714a13056
commit 5c4d35d0ac
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
if (fWaitToStart)
{
tempString = [self progress] < 1.0
? [NSLocalizedString(@"Waiting to start", "Torrent -> status string") stringByAppendingEllipsis]
? [NSLocalizedString(@"Waiting to download", "Torrent -> status string") stringByAppendingEllipsis]
: [NSLocalizedString(@"Waiting to seed", "Torrent -> status string") stringByAppendingEllipsis];
}
else if (fFinishedSeeding)