Renaming "Mailing Lists register" in user profile edit tabs
ericfarbman - November 4, 2008 - 15:29
| Project: | User mailman register |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Would it be possible to point me to the right place in the code to change the title of "Mailing Lists register" as it appears in the user profile edit tabs?
Thanks,
Eric

#1
It's the first occurence of "Mailing Lists register" in the user_mailman_register_user() function, while for the menu it's the first one in user_mailman_register_menu().
Probably you'll need to purge drupal cache (in the permormance page) to apply it because of a bug which affects also #326811: Mailman Manager link continues to show up?
#2
Thanks!