Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
profile.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Feb 2007 at 23:26 UTC
Updated:
7 May 2007 at 17:21 UTC
Jump to comment: Most recent file
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'));
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | user-list.patch | 567 bytes | Zen |
| #3 | Change_User_list_case.patch | 588 bytes | Chris Bray |
Comments
Comment #1
Zen commentedPlease 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
Comment #2
Zen commentedAlso, it should be "User list" not "User List".
Comment #3
Chris Bray commentedIs this the correct format?
I made it from a fresh CVS checkout using the instructions Here
Comment #4
Gurpartap Singh commentedAlthough it seems RTBC, but someone could come up with more such cases and file in the patch together.
Comment #5
Zen commentedThanks 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
Comment #6
dries commentedI've committed this to DRUPAL-5 and CVS HEAD. Thanks Chris and Zen.
Comment #7
(not verified) commented