? 255286_5x_code_flow_sync.patch ? 264909_pathauto_updated_docs_15.patch ? 274328_typo_a_a_5x.patch Index: pathauto.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v retrieving revision 1.44.4.100 diff -u -p -r1.44.4.100 pathauto.module --- pathauto.module 21 Jun 2008 18:21:13 -0000 1.44.4.100 +++ pathauto.module 24 Jun 2008 16:02:53 -0000 @@ -484,7 +484,7 @@ function pathauto_admin_settings() { '#size' => 4, '#maxlength' => 4, '#default_value' => variable_get('pathauto_max_bulk_update', 50), - '#description' => t('Maximum number of objects of a given type which should be aliased during a a bulk update. The default is 50 and the recommended number depends on the speed of your server. If bulk updates "time out" or result in a "white screen" then reduce the number.'), + '#description' => t('Maximum number of objects of a given type which should be aliased during a bulk update. The default is 50 and the recommended number depends on the speed of your server. If bulk updates "time out" or result in a "white screen" then reduce the number.'), ); $actions = array(