]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/email.py
Accepting incoming merge of the jambazov feature branch. Mostly includes new bug...
[osqa.git] / forum / settings / email.py
index 4c9486a5dd7a57b46778e465362300342368a7a0..5e8bddfbafe27285035595fae3536c7a6ec8f032 100644 (file)
@@ -40,16 +40,16 @@ widget=PasswordInput))
 \r
 EMAIL_USE_TLS = Setting('EMAIL_USE_TLS', False, EMAIL_SET, dict(\r
 label = _("Use TLS"),\r
-help_text = _("Does your SMTP server usFes TLS for authentication."),\r
+help_text = _("Whether to use TLS for authentication with your SMTP server."),\r
 required=False))\r
 \r
 DEFAULT_FROM_EMAIL = Setting('DEFAULT_FROM_EMAIL', '', EMAIL_SET, dict(\r
-label = _("Site 'from' email address"),\r
+label = _("Site 'from' Email Address"),\r
 help_text = _("The address that will show up on the 'from' field on emails sent by your website."),\r
 required=False))\r
 \r
 EMAIL_SUBJECT_PREFIX = Setting('EMAIL_SUBJECT_PREFIX', '', EMAIL_SET, dict(\r
-label = _("Email subject prefix"),\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 easily set up a filter on theyr email clients."),\r
 required=False))\r
 \r
@@ -59,17 +59,17 @@ help_text = _("Email footer text, usually \"CAN SPAM\" compliance, or the physic
 required=False))\r
 \r
 EMAIL_BORDER_COLOR = Setting('EMAIL_BORDER_COLOR', '#e5ebf8', EMAIL_SET, dict(\r
-label = _("Email Border color"),\r
+label = _("Email Border Color"),\r
 help_text = _("The outter border color of the email base template"),\r
 required=False))\r
 \r
 EMAIL_PARAGRAPH_STYLE = Setting('EMAIL_PARAGRAPH_STYLE', "color:#333333;font-family:'helvetica neue', arial, Helvetica, sans-serif;line-height:18px;font-size:14px;margin-top:10px;", EMAIL_SET, dict(\r
-label = _("Email Paragraph style"),\r
+label = _("Email Paragraph Style"),\r
 help_text = _("A valid css string to be used to style email paragraphs (the P tag)."),\r
 required=False))\r
 \r
 EMAIL_ANCHOR_STYLE = Setting('EMAIL_ANCHOR_STYLE', "text-decoration:none;color:#3060a8;font-weight:bold;", EMAIL_SET, dict(\r
-label = _("Email link style"),\r
+label = _("Email Link Style"),\r
 help_text = _("A valid css string to be used to style email links (the A tag)."),\r
 required=False))\r
 \r