diff --git a/src/NzbDrone.Core/Indexers/RssParser.cs b/src/NzbDrone.Core/Indexers/RssParser.cs index 296291a5f..91e8c19da 100644 --- a/src/NzbDrone.Core/Indexers/RssParser.cs +++ b/src/NzbDrone.Core/Indexers/RssParser.cs @@ -192,7 +192,7 @@ namespace NzbDrone.Core.Indexers if (dateString.IsNullOrWhiteSpace()) { - throw new UnsupportedFeedException("Rss feed must have a pubDate element with a valid publish date."); + throw new UnsupportedFeedException("Each item in the RSS feed must have a pubDate element with a valid publish date."); } return XElementExtensions.ParseDate(dateString);