Changed torrent blackhole message

This commit is contained in:
Mark McDowall
2015-12-19 17:49:54 -08:00
parent 15cefe4a43
commit 2d3c3bbb0c

View File

@@ -68,7 +68,7 @@ namespace NzbDrone.Core.Download.Clients.TorrentBlackhole
{
get
{
return new ProviderMessage("Sonarr will move files from the Watch folder, it will not hardlink or copy", ProviderMessageType.Warning);
return new ProviderMessage("Magnet links are not supported.", ProviderMessageType.Warning);
}
}