mirror of https://github.com/Sonarr/Sonarr
Spelling fixed.
This commit is contained in:
parent
71c5653b91
commit
413991485f
|
@ -160,7 +160,7 @@ namespace NzbDrone.Core.Providers
|
||||||
|
|
||||||
if (reports.Any())
|
if (reports.Any())
|
||||||
{
|
{
|
||||||
notification.CurrentMessage = String.Format("Sorry, couldn't find {0} in a none-suckey quality. (by your standards)", episode);
|
notification.CurrentMessage = String.Format("Sorry, couldn't find {0} in a non-sucky quality. (by your standards)", episode);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue