Index: modules/profile/profile.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v
retrieving revision 1.197
diff -u -r1.197 profile.module
--- modules/profile/profile.module	6 Apr 2007 13:27:22 -0000	1.197
+++ modules/profile/profile.module	23 Apr 2007 07:37:43 -0000
@@ -538,7 +538,7 @@
     $output .= '</div>';
     $output .= theme('pager', NULL, 20);
 
-    drupal_set_title(t('user list'));
+    drupal_set_title(t('User list'));
     return $output;
   }
 }
