? 253129_pathauto_5_admin_page_help_link_moved.patch ? pathauto_less_t.d6.patch ? pathauto_style.d6.patch Index: pathauto.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v retrieving revision 1.102 diff -u -p -r1.102 pathauto.module --- pathauto.module 4 May 2008 21:58:43 -0000 1.102 +++ pathauto.module 4 May 2008 22:04:48 -0000 @@ -684,7 +684,7 @@ function pathauto_form_alter(&$form, $fo if ($pattern && user_access('create url aliases') && isset($form['path']['path'])) { $output = t('An alias will be generated for you. If you wish to create your own alias below, untick this option.'); if (user_access('administer pathauto')) { - $output .= t(' To control the format of the generated aliases, see the Pathauto settings.', array('@pathauto' => url('admin/settings/pathauto'))); + $output .= t(' To control the format of the generated aliases, see the Pathauto settings.', array('@pathauto' => url('admin/build/path/pathauto'))); } drupal_add_js(drupal_get_path('module', 'pathauto') .'/pathauto.js');