From f880d5b6ef3e7801b7765fa67c87349dffabdb6a Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 23 Jan 2013 16:32:23 +0100 Subject: [PATCH] RSS: Fix typo. --- plugins/RSS/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):