mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
clarify "remaining time unknown"
This commit is contained in:
parent
cc3f907115
commit
c76838f7fe
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue