- Patch #121425 by Chris Bray: fixed capitalization glitch.

6.x
Dries Buytaert 2007-04-23 17:02:17 +00:00
parent 0b74f313a0
commit 2127487be3
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ function profile_browse() {
$output .= '</div>';
$output .= theme('pager', NULL, 20);
drupal_set_title(t('user list'));
drupal_set_title(t('User list'));
return $output;
}
}