"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
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"),