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

samuelet’s picture

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?

ericfarbman’s picture

Status: Active » Closed (fixed)

Thanks!