mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
show "remaining time unknown" instead of "data not fully available" (sigh...)
This commit is contained in:
parent
c009a9d331
commit
81d4e5887d
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue