From 38b0b4a9fe296937cfde46a5d8ba70dd183480ae Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 20 Oct 2013 06:59:27 +0000 Subject: [PATCH] GitHub: Fix typo. --- GitHub/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHub/plugin.py b/GitHub/plugin.py index 8eabe0a..a0c413b 100644 --- a/GitHub/plugin.py +++ b/GitHub/plugin.py @@ -78,7 +78,7 @@ else: class GithubCallback(httpserver.SupyHTTPServerCallback): name = "GitHub announce callback" defaultResponse = _(""" - You shouldn't be there, this subfolder is not for you. Go back to the + You shouldn't be here, this subfolder is not for you. Go back to the index and try out other plugins (if any).""") def doPost(self, handler, path, form): if not handler.address_string().endswith('.rs.github.com') and \