? args_docs.patch Index: views_ui.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views/views_ui.module,v retrieving revision 1.36.2.6 diff -u -r1.36.2.6 views_ui.module --- views_ui.module 14 Nov 2006 05:24:52 -0000 1.36.2.6 +++ views_ui.module 2 Dec 2006 21:01:29 -0000 @@ -766,7 +766,7 @@ '#default_value' => $view->url, '#size' => 60, '#maxlength' => 255, - '#description' => t('Enter the URL to use for this view in the form of \'dir/dir\'. Do not begin or end the URL with a /. Example: \'view/tracker\'. This is required if providing a page view. You can also add $arg as a placeholder for arguments passed in the URL, for example \'user/$arg/tracker\' or \'view/taxonomy/$arg\'.'), + '#description' => t('Enter the URL to use for this view in the form of \'dir/dir\'. Do not begin or end the URL with a /. Example: \'view/tracker\'. This is required if providing a page view. You can also add $arg as a placeholder for arguments passed in the URL, for example \'user/$arg/tracker\' or \'view/taxonomy/$arg\'. Note that any arguments listed here will be required, even if they are listed as optional below. You do not need to list arguments at the end of the path.'), ); $form['page-info']['page_type'] = array(