diff --git a/plugins/RSS/plugin.py b/plugins/RSS/plugin.py index a4bd83661..6d0a6d2af 100644 --- a/plugins/RSS/plugin.py +++ b/plugins/RSS/plugin.py @@ -48,7 +48,7 @@ try: 'local.feedparser.feedparser', 'feedparser', 'local.feedparser') except ImportError: raise callbacks.Error, \ - 'You the feedparser module installed to use this plugin. ' \ + 'You need the feedparser module installed to use this plugin. ' \ 'Download the module at .' def getFeedName(irc, msg, args, state):