From 9156f756543908edfdccbd0ed143ebcbc9ad7295 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 2 Feb 2002 12:34:38 +0000 Subject: - Changed a reference to drop.org into a reference to drupal.org. --- modules/drupal/drupal.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/drupal/drupal.module') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 5c00536a9..2609a78b2 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -133,7 +133,7 @@ function drupal_auth_help() { $output = "

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

-

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

"; +

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

"; return sprintf(t($output), $site, $site); } -- cgit v1.2.3