~jimpop/mailman/forwarded_for

« back to all changes in this revision

Viewing changes to Mailman/Gui/Membership.py

  • Committer: Mark Sapiro
  • Date: 2015-03-09 20:37:28 UTC
  • Revision ID: mark@msapiro.net-20150309203728-zrgs3r7o93tay6dn
Implemented member address change via the admin GUI.
Updated mailman.pot and mailman.po files with the new strings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
            return [('list',   _('Membership List')),
31
31
                    ('add',    _('Mass Subscription')),
32
32
                    ('remove', _('Mass Removal')),
 
33
                    ('change', _('Address Change')),
33
34
                    ]
34
35
        return None