From 201d4acd265b741550e88e9e9e01eb5cffec43d4 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 5 Jul 2005 05:31:28 +0000 Subject: [PATCH] plugins/Google: Use a sensical form of English for Google.phonebook's error response. --- plugins/Google/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 767b273d7..d5718982c 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -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'])