? better_old_alias_check_210968.patch
? i18n-ascii.txt
? more_robust_includes_215993.patch
? warn_about_spaces.patch
Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.44.4.77
diff -u -p -r1.44.4.77 pathauto.module
--- pathauto.module	13 Feb 2008 12:52:12 -0000	1.44.4.77
+++ pathauto.module	14 Feb 2008 20:03:29 -0000
@@ -108,7 +108,7 @@ function pathauto_admin_settings() {
   $form["general"]["pathauto_separator"] = array('#type' => 'textfield',
     '#title' => t('Separator'), '#size' => 1, '#maxlength' => 1,
     '#default_value' => variable_get('pathauto_separator', '-'),
-    '#description' => t('Character used to separate words in titles. This will replace any spaces and punctuation characters.'));
+    '#description' => t('Character used to separate words in titles. This will replace any spaces and punctuation characters. Using a space or + character can cause unexpected results.'));
 
   $form["general"]["pathauto_case"] = array('#type' => 'radios',
     '#title' => t('Character case'),
