The user list page generated by the profile module lists the title as "user list", this should be "User List".

My suggested fix is to apply the following patch to profile.module:

513c513
<     drupal_set_title(t('user list'));
---
>     drupal_set_title(t('User List'));
CommentFileSizeAuthor
#5 user-list.patch567 bytesZen
#3 Change_User_list_case.patch588 bytesChris Bray

Comments

Zen’s picture

Version: 5.1 » 6.x-dev
Status: Needs review » Needs work

Please submit as a unified diff attachment against HEAD. It will then be backported.

Please check the handbooks for more information on patching if necessary.

-K

Zen’s picture

Also, it should be "User list" not "User List".

Chris Bray’s picture

StatusFileSize
new588 bytes

Is this the correct format?
I made it from a fresh CVS checkout using the instructions Here

Gurpartap Singh’s picture

Status: Needs work » Needs review

Although it seems RTBC, but someone could come up with more such cases and file in the patch together.

Zen’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new567 bytes

Thanks Chris :) I had a problem applying your patch in Eclipse due to (I believe) the period at the beginning of all the directory fields in your patch. I've re-rolled it to be save time for the committer..

Cheers,
-K

dries’s picture

Status: Reviewed & tested by the community » Fixed

I've committed this to DRUPAL-5 and CVS HEAD. Thanks Chris and Zen.

Anonymous’s picture

Status: Fixed » Closed (fixed)