From ef4b7b8dc565b48ad070232915dcb04bee773cc8 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 7 Apr 2008 02:48:51 +0000 Subject: [PATCH] try to clarify the "not all available" message --- macosx/CreatorWindowController.m | 2 +- macosx/Torrent.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/CreatorWindowController.m b/macosx/CreatorWindowController.m index 356056cbf..9281e841b 100644 --- a/macosx/CreatorWindowController.m +++ b/macosx/CreatorWindowController.m @@ -370,7 +370,7 @@ [window setFrame: windowRect display: YES animate: YES]; [fProgressView setHidden: NO]; - [[window standardWindowButton:NSWindowCloseButton] setEnabled: NO]; + [[window standardWindowButton: NSWindowCloseButton] setEnabled: NO]; } } } diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 7dec2b793..72822d7ff 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1017,7 +1017,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void * etaString = NSLocalizedString(@"remaining time unknown", "Torrent -> progress string"); break; case TR_ETA_NOT_AVAIL: - etaString = NSLocalizedString(@"not all available", "Torrent -> progress string"); + etaString = NSLocalizedString(@"full download not available", "Torrent -> progress string"); break; default: etaString = [NSString stringWithFormat: NSLocalizedString(@"%@ remaining", "Torrent -> progress string"),