plugins/Google: Use a sensical form of English for Google.phonebook's error response.

This commit is contained in:
James Vega 2005-07-05 05:31:28 +00:00
parent 1d7d6428d1
commit 201d4acd26
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ class Google(callbacks.PluginRegexp):
s = utils.web.htmlToText(s)
irc.reply(s)
else:
irc.reply('Google return not phonebook results.')
irc.reply('Google\'s phonebook didn\'t come up with anything.')
phonebook = wrap(phonebook, ['text'])