mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
show "remaining time unknown" instead of "data not fully available" (sigh...)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user