- Patch #121425 by Chris Bray: fixed capitalization glitch.
parent
0b74f313a0
commit
2127487be3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue