--- pathauto.module	2007-09-27 09:02:50.000000000 -0400
+++ pathauto-fix.module	2007-09-30 12:56:46.000000000 -0400
@@ -137,7 +137,7 @@ function pathauto_admin_settings() {
     '#description' => t('Maximum text length of any component in the alias (e.g., [title]). 100 is recommended. See <a href="@pathauto-help">Pathauto help</a> for details.', array('@pathauto-help' => url('admin/help/pathauto'))));
 
   $form["general"]["pathauto_max_bulk_update"] = array('#type' => 'textfield',
-    '#title' => t('Maximum number of objects to alias in a bulk update'), '#size' => 3, '#maxlength' => 3,
+    '#title' => t('Maximum number of objects to alias in a bulk update'), '#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.'));
 
