1
0
Fork 0
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:
Mitchell Livingston 2008-05-14 23:13:30 +00:00
parent cc3f907115
commit c76838f7fe

View file

@ -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: