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.')