Improve description of feed alias.

See http://drupal.org/node/333002 for details.

The current description does not state explicitly that the setting is meant
for _source_ path of feeds, and NOT for the _target_ alias.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>

Index: pathauto/pathauto.admin.inc.orig
===================================================================
--- pathauto.orig/pathauto.admin.inc.orig	2009-04-19 13:17:08.000000000 +0200
+++ pathauto/pathauto.admin.inc.orig	2009-04-19 15:02:43.000000000 +0200
@@ -273,11 +273,14 @@
 
       $form[$module][$variable] = array(
         '#type' => 'textfield',
-        '#title' => t('Internal feed alias text (leave blank to disable)'),
+        '#title' => t('Feed source path (leave blank to disable feed alias generation)'),
         '#size' => 65,
         '#maxlength' => 1280,
         '#default_value' => $current,
-        '#description' => t('The text to use for aliases for RSS feeds. Examples are "feed" and "0/feed".'),
+        '#description' => t('The path provided by Drupal for RSS feeds. Examples are "feed" and "0/feed".' .
+                            ' Such path should be enabled by modules which generate RSS feeds.<br />' .
+                            'Please note that pathauto will use a fixed "feed" suffix in the generated aliases' .
+                            ' independently from this setting.'),
       );
     }
 
