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