required=False))\r
\r
DEFAULT_FROM_EMAIL = Setting('DEFAULT_FROM_EMAIL', '', EMAIL_SET, dict(\r
-label = _("Site email address"),\r
+label = _("Site 'from' email address"),\r
help_text = _("""\r
The address that will show up on the 'from' field on emails sent by your website.\r
"""),\r
help_text = _("""\r
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
"""),\r
-required=False))
\ No newline at end of file
+required=False))\r