1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

in the torrent removal dialog, magnet links, as well as torrent files, can be used to re-add transfers

This commit is contained in:
Mitchell Livingston 2010-02-23 00:41:44 +00:00
parent c95104b0d9
commit 8973806d44

View file

@ -1311,7 +1311,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
"Removal confirm panel -> title"), torrentName]; "Removal confirm panel -> title"), torrentName];
message = NSLocalizedString(@"This transfer is active." 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"); "Removal confirm panel -> message");
} }
else 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).", message = [NSString stringWithFormat: NSLocalizedString(@"There are %d transfers (%d active).",
"Removal confirm panel -> message part 1"), selected, active]; "Removal confirm panel -> message part 1"), selected, active];
message = [message stringByAppendingFormat: @" %@", message = [message stringByAppendingFormat: @" %@",
NSLocalizedString(@"Once removed, continuing the transfers will require the torrent files.", NSLocalizedString(@"Once removed, continuing the transfers will require the torrent files or magnet links.",
"Removal confirm panel -> message part 2")]; "Removal confirm panel -> message part 2")];
} }
NSBeginAlertSheet(title, NSLocalizedString(@"Remove", "Removal confirm panel -> button"), NSBeginAlertSheet(title, NSLocalizedString(@"Remove", "Removal confirm panel -> button"),