Index: pathauto.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.admin.inc,v
retrieving revision 1.10.2.1
diff -u -p -r1.10.2.1 pathauto.admin.inc
--- pathauto.admin.inc	24 Jun 2008 16:07:51 -0000	1.10.2.1
+++ pathauto.admin.inc	28 Jan 2010 18:34:22 -0000
@@ -277,7 +277,7 @@ function pathauto_admin_settings() {
         '#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('Provide a value to generate aliases for the internal "taxonomy/term/%tid/%depth/feed" RSS feed paths. Drupal core requires an argument to control the depth followed by the string "feed" , e.g. "0/feed". The default "0/feed" will show only the content tagged with that specific term while "all/feed" will show all content from child terms. Removing the depth portion of the string could cause RSS feeds to stop working.'),
       );
     }
 
