From: Mitchell Livingston Date: Tue, 23 Feb 2010 00:41:44 +0000 (+0000) Subject: in the torrent removal dialog, magnet links, as well as torrent files, can be used... X-Git-Tag: 1.92~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8973806d44c31cef6452e679988a716651b74ee8;p=transmission in the torrent removal dialog, magnet links, as well as torrent files, can be used to re-add transfers --- 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"),