diff test.ini @ 5412:2079e864ce51

spelling: use "email" consistently The common English spelling is "email", not "e-mail" (and was indeed also the most common, but not only, variant in the Kallithea UI). http://grammarist.com/style/e-mail-email/
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 14 Aug 2015 17:07:49 +0200
parents 6257de126ec7
children
line wrap: on
line diff
--- a/test.ini	Fri Aug 14 17:07:49 2015 +0200
+++ b/test.ini	Fri Aug 14 17:07:49 2015 +0200
@@ -15,29 +15,29 @@
 pdebug = false
 
 ################################################################################
-## E-mail settings                                                            ##
+## Email settings                                                             ##
 ##                                                                            ##
-## Refer to the documentation ("E-mail settings") for more details.           ##
+## Refer to the documentation ("Email settings") for more details.            ##
 ##                                                                            ##
 ## It is recommended to use a valid sender address that passes access         ##
 ## validation and spam filtering in mail servers.                             ##
 ################################################################################
 
-## 'From' header for application e-mails. You can optionally add a name.
+## 'From' header for application emails. You can optionally add a name.
 ## Default:
 #app_email_from = Kallithea
 ## Examples:
 #app_email_from = Kallithea <kallithea-noreply@example.com>
 #app_email_from = kallithea-noreply@example.com
 
-## Subject prefix for application e-mails.
+## Subject prefix for application emails.
 ## A space between this prefix and the real subject is automatically added.
 ## Default:
 #email_prefix =
 ## Example:
 #email_prefix = [Kallithea]
 
-## Recipients for error e-mails and fallback recipients of application mails.
+## Recipients for error emails and fallback recipients of application mails.
 ## Multiple addresses can be specified, space-separated.
 ## Only addresses are allowed, do not add any name part.
 ## Default:
@@ -46,7 +46,7 @@
 #email_to = admin@example.com
 #email_to = admin@example.com another_admin@example.com
 
-## 'From' header for error e-mails. You can optionally add a name.
+## 'From' header for error emails. You can optionally add a name.
 ## Default:
 #error_email_from = pylons@yourapp.com
 ## Examples: