From 81d4e5887d8364dd0403dabd45f5fe79b2af98fa Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 10 Aug 2008 17:59:16 +0000 Subject: [PATCH] show "remaining time unknown" instead of "data not fully available" (sigh...) --- macosx/Torrent.m | 1 - 1 file changed, 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 776385e16..e7e66cc60 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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: