diff options
Diffstat (limited to 'modules/drupal')
-rw-r--r-- | modules/drupal/drupal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 1c852e80c..7c433a8a0 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -1,7 +1,7 @@ <?php function drupal_system($field){ - $system["description"] = t("You'll need this :-)"); + $system["description"] = t("Lets users log in using a Drupal ID and can notify drupal.org about your site."); return $system[$field]; } |