1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 00:11:46 +02:00

Spelling fixed.

This commit is contained in:
Mark McDowall 2012-01-23 11:00:05 -08:00
parent 71c5653b91
commit 413991485f

View File

@ -160,7 +160,7 @@ public virtual bool EpisodeSearch(ProgressNotification notification, int episode
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
{ {