diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-13 07:33:13 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-13 07:33:13 +0000 |
commit | 11b9259db062d0f5bbd6da80098e4b65dbfb2533 (patch) | |
tree | dea459c66cce6db7df9e174f0d5a371998aa2cdb | |
parent | d4ad3657e44dcf2feb26e755ad7dcd6dbeaa5d09 (diff) | |
download | brdo-11b9259db062d0f5bbd6da80098e4b65dbfb2533.tar.gz brdo-11b9259db062d0f5bbd6da80098e4b65dbfb2533.tar.bz2 |
- Patch #44507 by DriesK: consistency: email -> e-mail.
-rw-r--r-- | includes/common.inc | 2 | ||||
-rw-r--r-- | modules/drupal.module | 4 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 4 | ||||
-rw-r--r-- | modules/user.module | 4 | ||||
-rw-r--r-- | modules/user/user.module | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/includes/common.inc b/includes/common.inc index e60ca1b3c..3d54d902e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -583,7 +583,7 @@ function t($string, $args = 0) { * Empty e-mail addresses are allowed. See RFC 2822 for details. * * @param $mail - * A string containing an email address. + * A string containing an e-mail address. * @return * TRUE if the address is in a valid format. */ diff --git a/modules/drupal.module b/modules/drupal.module index 031a95e5c..3a5523916 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -21,7 +21,7 @@ function drupal_help($section) { <li>register your site with a server, including (optionally) posting information on your installed modules and themes and summary statistics on your number of posts and users, information that can help rank Drupal modules and themes</li> <li>enable other sites to register with your site</li> <li>allow members on all sites using the Drupal module to log in to your site without registering using their distributed identification</li> - <li>allow members to log in to any other site that uses the Drupal module, using a login name that looks much like an email address for your site: <em>username@%base_url</em></li> + <li>allow members to log in to any other site that uses the Drupal module, using a login name that looks much like an e-mail address for your site: <em>username@%base_url</em></li> </ul> ', array('%base_url' => $base_url)); $output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>'; @@ -53,7 +53,7 @@ print drupal_client_page(); return t('<p>Using this your site can "call home" to another Drupal server. By calling home to drupal.org and sending a list of your installed modules and themes, you help rank projects on drupal.org and so assist all Drupal administrators to find the best components for meeting their needs. If you want to register with a different server, you can change the Drupal XML-RPC server setting -- but the server has to be able to handle Drupal XML. Some XML-RPC servers may present directories of all registered sites. To get all your site information listed, go to the <a href="%site-settings">settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement.</p>', array('%site-settings' => url('admin/settings'))); case 'user/help#drupal': return variable_get('drupal_authentication_service', 0) ? t("<p><a href=\"%Drupal\">Drupal</a> is the name of the software that powers %this-site. There are Drupal web sites all over the world, and many of them share their registration databases so that users may freely log in to any Drupal site using a single <strong>Drupal ID</strong>.</p> -<p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an email address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>www.drupal.org</em>.</p>", array('%Drupal' => 'http://www.drupal.org', '%this-site' => '<em>'. variable_get('site_name', 'this web site') .'</em>')) : NULL; +<p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an e-mail address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>www.drupal.org</em>.</p>", array('%Drupal' => 'http://www.drupal.org', '%this-site' => '<em>'. variable_get('site_name', 'this web site') .'</em>')) : NULL; } } diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 031a95e5c..3a5523916 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -21,7 +21,7 @@ function drupal_help($section) { <li>register your site with a server, including (optionally) posting information on your installed modules and themes and summary statistics on your number of posts and users, information that can help rank Drupal modules and themes</li> <li>enable other sites to register with your site</li> <li>allow members on all sites using the Drupal module to log in to your site without registering using their distributed identification</li> - <li>allow members to log in to any other site that uses the Drupal module, using a login name that looks much like an email address for your site: <em>username@%base_url</em></li> + <li>allow members to log in to any other site that uses the Drupal module, using a login name that looks much like an e-mail address for your site: <em>username@%base_url</em></li> </ul> ', array('%base_url' => $base_url)); $output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>'; @@ -53,7 +53,7 @@ print drupal_client_page(); return t('<p>Using this your site can "call home" to another Drupal server. By calling home to drupal.org and sending a list of your installed modules and themes, you help rank projects on drupal.org and so assist all Drupal administrators to find the best components for meeting their needs. If you want to register with a different server, you can change the Drupal XML-RPC server setting -- but the server has to be able to handle Drupal XML. Some XML-RPC servers may present directories of all registered sites. To get all your site information listed, go to the <a href="%site-settings">settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement.</p>', array('%site-settings' => url('admin/settings'))); case 'user/help#drupal': return variable_get('drupal_authentication_service', 0) ? t("<p><a href=\"%Drupal\">Drupal</a> is the name of the software that powers %this-site. There are Drupal web sites all over the world, and many of them share their registration databases so that users may freely log in to any Drupal site using a single <strong>Drupal ID</strong>.</p> -<p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an email address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>www.drupal.org</em>.</p>", array('%Drupal' => 'http://www.drupal.org', '%this-site' => '<em>'. variable_get('site_name', 'this web site') .'</em>')) : NULL; +<p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an e-mail address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>www.drupal.org</em>.</p>", array('%Drupal' => 'http://www.drupal.org', '%this-site' => '<em>'. variable_get('site_name', 'this web site') .'</em>')) : NULL; } } diff --git a/modules/user.module b/modules/user.module index 661bf46a5..bc5909dea 100644 --- a/modules/user.module +++ b/modules/user.module @@ -37,7 +37,7 @@ function user_external_load($authname) { * * @param $array * An associative array of attributes to search for in selecting the - * user, such as user name or email address. + * user, such as user name or e-mail address. * * @return * A fully-loaded $user object upon successful user load or FALSE if user cannot be loaded. @@ -386,7 +386,7 @@ function user_mail($mail, $subject, $message, $header) { ** According to RFC 2646, it's quite rude to not wrap your e-mails: ** ** "The Text/Plain media type is the lowest common denominator of - ** Internet email, with lines of no more than 997 characters (by + ** Internet e-mail, with lines of no more than 997 characters (by ** convention usually no more than 80), and where the CRLF sequence ** represents a line break [MIME-IMT]." ** diff --git a/modules/user/user.module b/modules/user/user.module index 661bf46a5..bc5909dea 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -37,7 +37,7 @@ function user_external_load($authname) { * * @param $array * An associative array of attributes to search for in selecting the - * user, such as user name or email address. + * user, such as user name or e-mail address. * * @return * A fully-loaded $user object upon successful user load or FALSE if user cannot be loaded. @@ -386,7 +386,7 @@ function user_mail($mail, $subject, $message, $header) { ** According to RFC 2646, it's quite rude to not wrap your e-mails: ** ** "The Text/Plain media type is the lowest common denominator of - ** Internet email, with lines of no more than 997 characters (by + ** Internet e-mail, with lines of no more than 997 characters (by ** convention usually no more than 80), and where the CRLF sequence ** represents a line break [MIME-IMT]." ** |