? pathauto_no_disable_text.d5.patch
Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.44.4.91
diff -u -p -r1.44.4.91 pathauto.module
--- pathauto.module	8 May 2008 19:39:50 -0000	1.44.4.91
+++ pathauto.module	12 May 2008 11:35:05 -0000
@@ -176,7 +176,6 @@ function pathauto_admin_settings() {
   );
 
   $disable_transliteration = TRUE;
-  $disable_text = '';
   $path = drupal_get_path('module', 'pathauto');
   $transliteration_help = t('When a pattern includes certain characters (such as those with accents) should Pathauto attempt to transliterate them into the ASCII-96 alphabet? Transliteration is determined by the i18n-ascii.txt file in the Pathauto directory. <strong>This option is disabled on your site because you do not have an i18n-ascii.txt file in the Pathauto directory.</strong>');
   if (is_file($path .'/i18n-ascii.txt')) {
