diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-02-27 12:29:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-02-27 12:29:22 +0000 |
commit | 79872ff139f9aaf597642bb8a7877df7bf4b2842 (patch) | |
tree | 058acdd4a7c6d3a1e079615ebec89d5bfebbe557 /modules/drupal/drupal.module | |
parent | deac3a0e9aa8be150c909f5e3a52077168541bb4 (diff) | |
download | brdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.gz brdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.bz2 |
- Patch #98359 by Robroy and webchick: string clean-up: web site -> website
Diffstat (limited to 'modules/drupal/drupal.module')
-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 a70336427..2eb7570d0 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -68,7 +68,7 @@ function drupal_sites_registry_settings() { '#title' => t('Register with a Drupal server'), '#default_value' => variable_get('drupal_register', 0), '#options' => $options, - '#description' => t("If enabled, your Drupal site will register itself with the specified Drupal XML-RPC server. For this to work properly, you must set your site's name, e-mail address, slogan and mission statement. When the Drupal XML-RPC server field is set to %drupal-xml-rpc, your web site will register itself with drupal.org. Requires the cron feature to be enabled.", array("%drupal-xml-rpc" => "http://drupal.org/xmlrpc.php")) + '#description' => t("If enabled, your Drupal site will register itself with the specified Drupal XML-RPC server. For this to work properly, you must set your site's name, e-mail address, slogan and mission statement. When the Drupal XML-RPC server field is set to %drupal-xml-rpc, your website will register itself with drupal.org. Requires the cron feature to be enabled.", array("%drupal-xml-rpc" => "http://drupal.org/xmlrpc.php")) ); $form['drupal_server'] = array( |