clarify "remaining time unknown"
This commit is contained in:
parent
cc3f907115
commit
c76838f7fe
|
@ -1842,6 +1842,7 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue