]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/email.py
Fixing some minor spelling mistakes, Jira-495.
[osqa.git] / forum / settings / email.py
index 1a673b239bfd7731df43392b790ce2b29861bcd6..ea96940803bb41e13c9ad71377e9f396ef397402 100644 (file)
@@ -37,7 +37,7 @@ required=False))
 \r
 EMAIL_SUBJECT_PREFIX = Setting('EMAIL_SUBJECT_PREFIX', '', EMAIL_SET, dict(\r
 label = _("Email subject prefix"),\r
-help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easilly set up a filter on theyr email clients."),\r
+help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easily set up a filter on theyr email clients."),\r
 required=False))\r
 \r
 EMAIL_FOOTER_TEXT = Setting(u'EMAIL_FOOTER_TEXT', '', EMAIL_SET, dict(\r