? custom_pagers-change_view_help-448072.patch Index: custom_pagers.admin.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/custom_pagers/custom_pagers.admin.inc,v retrieving revision 1.1.2.3 diff -u -p -r1.1.2.3 custom_pagers.admin.inc --- custom_pagers.admin.inc 17 Jan 2010 22:57:39 -0000 1.1.2.3 +++ custom_pagers.admin.inc 12 Aug 2010 22:33:15 -0000 @@ -147,7 +147,7 @@ function custom_pagers_form(&$form_state '#title' => t('Use a view'), '#required' => TRUE, '#options' => $options, - '#description' => t('A view used to populate the pager. The nodes will appear in the pager in the same order they are displayed in the view. If the PHP field is populated, this will be ignored.'), + '#description' => t('A view used to populate the pager. The nodes will appear in the pager in the same order they are displayed in the view. If the PHP field is populated, this will be ignored. NOTE: Only views using the display type "Fields" will appear in this list'), '#default_value' => $pid ? $pager->view : NULL );