Index: modules/path/path.module =================================================================== RCS file: /cvs/drupal/drupal/modules/path/path.module,v retrieving revision 1.152 diff -u -r1.152 path.module --- modules/path/path.module 9 Dec 2008 11:30:24 -0000 1.152 +++ modules/path/path.module 1 Feb 2009 02:09:03 -0000 @@ -199,6 +199,7 @@ ); $form['path']['path'] = array( '#type' => 'textfield', + '#title' => t('URL alias'), '#default_value' => $path, '#maxlength' => 128, '#collapsible' => TRUE,