mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +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)
|
switch (eta)
|
||||||
{
|
{
|
||||||
case TR_ETA_NOT_AVAIL:
|
case TR_ETA_NOT_AVAIL:
|
||||||
|
return NSLocalizedString(@"data not fully available", "Torrent -> eta string");
|
||||||
case TR_ETA_UNKNOWN:
|
case TR_ETA_UNKNOWN:
|
||||||
return NSLocalizedString(@"remaining time unknown", "Torrent -> eta string");
|
return NSLocalizedString(@"remaining time unknown", "Torrent -> eta string");
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue