diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-02-02 12:34:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-02-02 12:34:38 +0000 |
commit | 9156f756543908edfdccbd0ed143ebcbc9ad7295 (patch) | |
tree | fb4c8de2bf4c569193b107da3bebac24244c29d4 /modules/drupal.module | |
parent | 4b46252c387637617bd93283756d1b045668aa87 (diff) | |
download | brdo-9156f756543908edfdccbd0ed143ebcbc9ad7295.tar.gz brdo-9156f756543908edfdccbd0ed143ebcbc9ad7295.tar.bz2 |
- Changed a reference to drop.org into a reference to drupal.org.
Diffstat (limited to 'modules/drupal.module')
-rw-r--r-- | modules/drupal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 5c00536a9..2609a78b2 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -133,7 +133,7 @@ function drupal_auth_help() { $output = " <p><a href=\"http://www.drupal.org\">Drupal</a> is the name of the software which powers %s. There are Drupal websites all over the world, and many of them share their registration databases so that users may freely login to any Drupal site using a single <b>Drupal ID</b>.</p> - <p>So please feel free to login to your account here at %s with a username from another Drupal site. The format of a Drupal ID is similar to an email address: <b>username</b>@<i>server</i>. An example of valid Drupal ID is <b>mwlily</b><i>@www.drop.org</i>.</p>"; + <p>So please feel free to login to your account here at %s with a username from another Drupal site. The format of a Drupal ID is similar to an email address: <b>username</b>@<i>server</i>. An example of valid Drupal ID is <b>mwlily</b><i>@www.drupal.org</i>.</p>"; return sprintf(t($output), $site, $site); } |