Web: fix unmatched parenthesis and add missing dot

This commit is contained in:
Mikaela Suomalainen 2014-12-20 13:14:33 +02:00
parent 92601ef845
commit 64c0e38635

View File

@ -279,7 +279,7 @@ class Web(callbacks.PluginRegexp):
parser = Title()
if sys.version_info[0] >= 3 and isinstance(text, bytes):
irc.error(_('Could not guess the page\'s encoding. (Try '
'installing python-charade'), Raise=True)
'installing python-charade.)'), Raise=True)
try:
parser.feed(text)
except HTMLParser.HTMLParseError: