From: matt Date: Wed, 2 Jun 2010 00:53:15 +0000 (+0000) Subject: fixed up some minor typos in the emails X-Git-Tag: live~776 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/e0c6335a0191c30bc4587ac0fbaba321c7f22642 fixed up some minor typos in the emails git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@356 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/settings/email.py b/forum/settings/email.py index 5e8a4a2..bf307e6 100644 --- a/forum/settings/email.py +++ b/forum/settings/email.py @@ -42,7 +42,7 @@ required=False)) EMAIL_FOOTER_TEXT = Setting(u'EMAIL_FOOTER_TEXT', '', EMAIL_SET, dict( label = _("Email Footer Text"), -help_text = _("Email footer text, usually the Can Spam compliance, or the phisical address of the organization running the website. See http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003 for more info."), +help_text = _("Email footer text, usually \"CAN SPAM\" compliance, or the physical address of the organization running the website. See this Wikipedia article for more info."), required=False)) EMAIL_DIGEST_CONTROL = Setting('EMAIL_DIGEST_CONTROL', None)