]> granicus.if.org Git - transmission/commitdiff
in the torrent removal dialog, magnet links, as well as torrent files, can be used...
authorMitchell Livingston <livings124@transmissionbt.com>
Tue, 23 Feb 2010 00:41:44 +0000 (00:41 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Tue, 23 Feb 2010 00:41:44 +0000 (00:41 +0000)
macosx/Controller.m

index d42563c95616b30dd671234cb3b338cc3e02f76c..50fcdd86fd3b9b433755d257f27c1574f903658c 100644 (file)
@@ -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"),