### Eclipse Workspace Patch 1.0
#P pathauto_52
Index: pathauto_node.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto_node.inc,v
retrieving revision 1.29.4.6
diff -u -r1.29.4.6 pathauto_node.inc
--- pathauto_node.inc	20 Mar 2007 04:16:18 -0000	1.29.4.6
+++ pathauto_node.inc	24 Mar 2007 08:39:35 -0000
@@ -12,7 +12,7 @@
       $settings['module'] = 'node';
       $settings['groupheader'] = t('Node path settings');
       $settings['patterndescr'] = t('Default path pattern (applies to all node types with blank patterns below)');
-      $settings['patterndefault'] = t('[title]');
+      $settings['patterndefault'] = t('content/[title]');
       $settings['bulkname'] = t('Bulk update node paths');
       $settings['bulkdescr'] =
         t('Generate aliases for all existing nodes which do not already have aliases. Note: Bulk Update may not complete on large or slow sites. See the README.txt for more information.');
Index: pathauto_taxonomy.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto_taxonomy.inc,v
retrieving revision 1.20.4.2
diff -u -r1.20.4.2 pathauto_taxonomy.inc
--- pathauto_taxonomy.inc	20 Mar 2007 04:00:14 -0000	1.20.4.2
+++ pathauto_taxonomy.inc	24 Mar 2007 08:39:35 -0000
@@ -12,7 +12,7 @@
       $settings['module'] = 'taxonomy';
       $settings['groupheader'] = t('Category path settings');
       $settings['patterndescr'] = t('Default path pattern (applies to all vocabularies with blank patterns below)');
-      $settings['patterndefault'] = t('[vocab]/[catpath]');
+      $settings['patterndefault'] = t('category/[vocab]/[catpath]');
       $settings['placeholders'] = array(
         t('[vocab]') => t("The vocabulary that the page's first category belongs to."),
         t('[cat]') => t('The name of the category.'),
Index: pathauto_user.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto_user.inc,v
retrieving revision 1.17.4.1
diff -u -r1.17.4.1 pathauto_user.inc
--- pathauto_user.inc	20 Mar 2007 04:00:14 -0000	1.17.4.1
+++ pathauto_user.inc	24 Mar 2007 08:39:35 -0000
@@ -11,7 +11,7 @@
       $settings['module'] = 'user';
       $settings['groupheader'] = t('User path settings');
       $settings['patterndescr'] = t('Pattern for user account page paths');
-      $settings['patterndefault'] = t('user/[user]');
+      $settings['patterndefault'] = t('users/[user]');
       $settings['placeholders'] = array(
         t('[user]') => t('The name of the user.'),
         t('[uid]') => t('The id number of the user.')
@@ -34,7 +34,7 @@
       $settings['module'] = 'blog';
       $settings['groupheader'] = t('Blog path settings');
       $settings['patterndescr'] = t('Pattern for blog page paths');
-      $settings['patterndefault'] = t('blog/[user]');
+      $settings['patterndefault'] = t('blogs/[user]');
       $settings['placeholders'] = array(
         t('[user]') => t('The name of the user.'),
         t('[uid]') => t('The id number of the user.')
@@ -58,7 +58,7 @@
       $settings['module'] = 'tracker';
       $settings['groupheader'] = t('User-tracker path settings');
       $settings['patterndescr'] = t('Pattern for user-tracker page paths');
-      $settings['patterndefault'] = t('user/[user]/track');
+      $settings['patterndefault'] = t('users/[user]/track');
       $settings['placeholders'] = array(
         t('[user]') => t('The name of the user.'),
         t('[uid]') => t('The id number of the user.')
