From 8973806d44c31cef6452e679988a716651b74ee8 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 23 Feb 2010 00:41:44 +0000 Subject: [PATCH] in the torrent removal dialog, magnet links, as well as torrent files, can be used to re-add transfers --- macosx/Controller.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macosx/Controller.m b/macosx/Controller.m index d42563c95..50fcdd86f 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -1311,7 +1311,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy "Removal confirm panel -> title"), torrentName]; message = NSLocalizedString(@"This transfer is active." - " Once removed, continuing the transfer will require the torrent file.", + " Once removed, continuing the transfer will require the torrent file or magnet link.", "Removal confirm panel -> message"); } else @@ -1332,8 +1332,8 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy message = [NSString stringWithFormat: NSLocalizedString(@"There are %d transfers (%d active).", "Removal confirm panel -> message part 1"), selected, active]; message = [message stringByAppendingFormat: @" %@", - NSLocalizedString(@"Once removed, continuing the transfers will require the torrent files.", - "Removal confirm panel -> message part 2")]; + NSLocalizedString(@"Once removed, continuing the transfers will require the torrent files or magnet links.", + "Removal confirm panel -> message part 2")]; } NSBeginAlertSheet(title, NSLocalizedString(@"Remove", "Removal confirm panel -> button"), -- 2.40.0