Posted by ericfarbman on November 4, 2008 at 3:29pm
Jump to:
| Project: | User mailman register |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#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!