From 5c4d35d0acf0c45159657735bdd803edf8dcaa5a Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 9 Jan 2007 15:31:14 +0000 Subject: [PATCH] specify "download" instead of "start" --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 3ff35a1a5..8a7543259 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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)