From a1ae4da70b7fa74bc4314c535f0482c4086cab0d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 7 Oct 2005 06:51:43 +0000 Subject: - Removing tabs and trailing whitespaces. --- modules/drupal/drupal.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/drupal') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 4b30ab99a..c3bcaf052 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -45,12 +45,12 @@ function drupal_settings() { else if (variable_get('site_mission', '') == '') { form_set_error('drupal_directory', t('You must set your site mission on the administer » settings page.' , array('%url' => url('admin/settings')))); } - + $form['drupal_server'] = array(type => 'textfield', title => t('Drupal XML-RPC server'), default_value => variable_get('drupal_server', 'http://www.drupal.org/xmlrpc.php'), size => 60, maxlength => 128, description => t('The URL of your root Drupal XML-RPC server.')); $form['drupal_directory'] = array( type => 'radios', title => t('Drupal directory'), default_value => variable_get('drupal_directory', 0), - options => array(t('Disabled'), t('Enabled')), + options => array(t('Disabled'), t('Enabled')), description => t("If enabled, your Drupal site will make itself known to the Drupal directory at 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 get listed on the Drupal sites page. Requires the cron feature to be enabled.", array("%drupal-xml-rpc" => "http://www.drupal.org/xmlrpc.php", "%drupal-sites" => "http://www.drupal.org/drupal-sites/")) ); -- cgit v1.2.3