diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-12-16 20:34:46 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-12-16 20:34:46 +0000 |
commit | 124e50c845c54658d3e70d289e28eb1e54fdfe4d (patch) | |
tree | a5f2bd59072585a10b9644376297e29310e80782 /modules | |
parent | 780a345ffcc2fa819c9547b0aa358d5a666d1e3e (diff) | |
download | brdo-124e50c845c54658d3e70d289e28eb1e54fdfe4d.tar.gz brdo-124e50c845c54658d3e70d289e28eb1e54fdfe4d.tar.bz2 |
Fixed typo: "email addrress"
Diffstat (limited to 'modules')
-rw-r--r-- | modules/drupal.module | 2 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 8867e81b3..a32303731 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -2,7 +2,7 @@ function drupal_conf_options() { $output .= form_textfield("Drupal server", "drupal_server", variable_get("drupal_server", "http://www.drupal.org/xmlrpc.php"), 55, 128, "The URL of your root Drupal XML-RPC server."); - $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail addrress, slogan and mission statement."); + $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail address, slogan and mission statement."); return $output; } diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 8867e81b3..a32303731 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -2,7 +2,7 @@ function drupal_conf_options() { $output .= form_textfield("Drupal server", "drupal_server", variable_get("drupal_server", "http://www.drupal.org/xmlrpc.php"), 55, 128, "The URL of your root Drupal XML-RPC server."); - $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail addrress, slogan and mission statement."); + $output .= form_select("Drupal directory", "drupal_directory", variable_get("drupal_directory", 0), array("Disabled", "Enabled"), "If enabled, your Drupal site will make itself know to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you have to set your site's name, e-mail address, slogan and mission statement."); return $output; } |