'#description'=>t('Specify an alternative path by which this data can be accessed. For example, type "about" when writing an about page. Use a relative path and don\'t add a trailing slash or the URL alias won\'t work.'),
@@ -237,7 +237,7 @@ function path_form_alter(&$form, $form_state, $form_id) {
'#type'=>'textfield',
'#title'=>t('URL alias'),
'#default_value'=>$path,
'#maxlength'=>128,
'#maxlength'=>255,
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>t('Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don\'t add a trailing slash or the URL alias won\'t work.'),