From efb6dc139f8712a5f9fd6c317690d91bf5a96550 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 4 Jan 2012 21:25:47 +0100 Subject: [PATCH] Fix commit ce552d56 --- plugins/Admin/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Admin/plugin.py b/plugins/Admin/plugin.py index df06759b2..8b4054197 100644 --- a/plugins/Admin/plugin.py +++ b/plugins/Admin/plugin.py @@ -110,7 +110,7 @@ class Admin(callbacks.Plugin): try: channel = msg.args[1] (irc, msg) = self.joins.pop(channel) - irc.error(_('Cannot join %s, I\'m not identified with ' + irc.error(_('Cannot join %s, I\'m not identified with the ' 'NickServ.') % channel) except KeyError: self.log.debug('Got 515 without Admin.join being called.')