From 11b9259db062d0f5bbd6da80098e4b65dbfb2533 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Jan 2006 07:33:13 +0000 Subject: - Patch #44507 by DriesK: consistency: email -> e-mail. --- modules/drupal/drupal.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/drupal') 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) {
  • 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
  • enable other sites to register with your site
  • allow members on all sites using the Drupal module to log in to your site without registering using their distributed identification
  • -
  • 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: username@%base_url
  • +
  • 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: username@%base_url
  • ', array('%base_url' => $base_url)); $output .= '

    '. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'

    '; @@ -53,7 +53,7 @@ print drupal_client_page(); return t('

    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 settings page and set the site name, the e-mail address, the slogan, and the mission statement.

    ', array('%site-settings' => url('admin/settings'))); case 'user/help#drupal': return variable_get('drupal_authentication_service', 0) ? t("

    Drupal 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 Drupal ID.

    -

    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: username@server. An example of a valid Drupal ID is mwlily@www.drupal.org.

    ", array('%Drupal' => 'http://www.drupal.org', '%this-site' => ''. variable_get('site_name', 'this web site') .'')) : NULL; +

    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: username@server. An example of a valid Drupal ID is mwlily@www.drupal.org.

    ", array('%Drupal' => 'http://www.drupal.org', '%this-site' => ''. variable_get('site_name', 'this web site') .'')) : NULL; } } -- cgit v1.2.3