Index: pathauto.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.inc,v
retrieving revision 1.29
diff -u -p -r1.29 pathauto.inc
--- pathauto.inc	28 Apr 2008 18:20:23 -0000	1.29
+++ pathauto.inc	2 May 2008 12:56:22 -0000
@@ -415,7 +415,7 @@ function pathauto_get_placeholders($type
     return array('tokens' => $tokens, 'values' => $values);
   }
   // TODO at some point try removing this and see if install profiles have problems again.
-  watchdog('Pathauto', t('It appears that you have installed Pathauto, which depends on token, but token is either not installed or not installed properly.'));
+  watchdog('Pathauto', 'It appears that you have installed Pathauto, which depends on token, but token is either not installed or not installed properly.');
   return array('tokens' => array(), 'values' => array());
 }
 
Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.100
diff -u -p -r1.100 pathauto.module
--- pathauto.module	28 Apr 2008 19:47:10 -0000	1.100
+++ pathauto.module	2 May 2008 12:56:23 -0000
@@ -38,7 +38,7 @@ function pathauto_perm() {
  */
 function pathauto_menu() {
   $items['admin/build/path/pathauto'] = array(
-    'title' => t('Automated alias settings'),
+    'title' => 'Automated alias settings',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('pathauto_admin_settings'),
     'access callback' => 'user_access',
@@ -48,7 +48,7 @@ function pathauto_menu() {
   );
   
   $items['admin/build/path/delete_bulk'] = array(
-    'title' => t('Delete aliases'),
+    'title' => 'Delete aliases',
     'page callback' => 'drupal_get_form', 
     'page arguments' => array('pathauto_admin_delete'),
     'access arguments' => array('administer url aliases'), 
