summaryrefslogtreecommitdiff
path: root/modules/drupal.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/drupal.module')
-rw-r--r--modules/drupal.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal.module b/modules/drupal.module
index 1c852e80c..7c433a8a0 100644
--- a/modules/drupal.module
+++ b/modules/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];
}