@@ -80,7 +80,8 @@ function xmlsitemap_settings_form() {
'#default_value'=>$path,
'#size'=>30,
'#maxlength'=>255,
'#description'=>t('Subdirectory in the directory %dir where the sitemap data will be stored. This folder <strong>must not be shared</strong> with any other Drupal site or install using XML sitemap.',array('%dir'=>file_directory_path().'/')),
'#description'=>t('Subdirectory where the sitemap data will be stored. This folder <strong>must not be shared</strong> with any other Drupal site or install using XML sitemap.'),
'#field_prefix'=>file_directory_path().'/',
'#required'=>TRUE,
);
$form['advanced']['xmlsitemap_base_url']=array(
...
...
@@ -94,7 +95,7 @@ function xmlsitemap_settings_form() {