Index: pathauto.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v retrieving revision 1.153 diff -u -p -r1.153 pathauto.module --- pathauto.module 28 Jun 2010 18:43:31 -0000 1.153 +++ pathauto.module 2 Jul 2010 20:46:12 -0000 @@ -288,7 +288,7 @@ function pathauto_form_alter(&$form, &$f '#type' => 'checkbox', '#title' => t('Automatic alias'), '#default_value' => $node->pathauto_perform_alias, - '#description' => t('An alias will be generated for you. If you wish to create your own alias below, uncheck this option.'), + '#description' => t('An alias will be generated for you, using the pattern %pattern. If you wish to create your own alias below, uncheck this option.', array('%pattern' => $pattern)), '#weight' => -1, );