From 0e99ac59fc73ea67f4247def32d8dd2b9036a796 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 20 Oct 2008 15:53:59 -0700 Subject: [PATCH] Changed wording. --- view/Not_found_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Not_found_page.py b/view/Not_found_page.py index d9bdb29..56819c3 100644 --- a/view/Not_found_page.py +++ b/view/Not_found_page.py @@ -20,7 +20,7 @@ class Not_found_page( Page ): u"Sorry, the page you are looking for couldn't be found. But not to worry. You've got a few options.", Ul( Li( u"Return to the", A( u"Luminotes personal wiki notebook", href = u"/" ), u"home page." ), - Li( A( u"Contact support", href = u"mailto:%s" % support_email ), u"and report that the page that you expected to find here is missing." ), + Li( A( u"Contact support", href = u"mailto:%s" % support_email ), u"and report that the page you expected to find here is missing." ), ), ), class_ = u"error_box",