show "remaining time unknown" instead of "data not fully available" (sigh...)

This commit is contained in:
Mitchell Livingston 2008-08-10 17:59:16 +00:00
parent c009a9d331
commit 81d4e5887d
1 changed files with 0 additions and 1 deletions

View File

@ -1927,7 +1927,6 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
switch (eta)
{
case TR_ETA_NOT_AVAIL:
return NSLocalizedString(@"data not fully available", "Torrent -> eta string");
case TR_ETA_UNKNOWN:
return NSLocalizedString(@"remaining time unknown", "Torrent -> eta string");
default: