aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-03-09 13:37:28 -0700
committerMark Sapiro <mark@msapiro.net>2015-03-09 13:37:28 -0700
commit3369d092863995eda173e9a15a9a082c24cb4ad9 (patch)
tree0f6464cc2d32f3bd4566f55e378c0424d19c44c0 /Mailman/Gui
parent5646f3c16ed7ae287ee42cbb90e69f4c8f0ac9a1 (diff)
downloadmailman2-3369d092863995eda173e9a15a9a082c24cb4ad9.tar.gz
mailman2-3369d092863995eda173e9a15a9a082c24cb4ad9.tar.xz
mailman2-3369d092863995eda173e9a15a9a082c24cb4ad9.zip
Implemented member address change via the admin GUI.
Updated mailman.pot and mailman.po files with the new strings.
Diffstat (limited to 'Mailman/Gui')
-rw-r--r--Mailman/Gui/Membership.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Gui/Membership.py b/Mailman/Gui/Membership.py
index 7e1bf324..fdf5a7ca 100644
--- a/Mailman/Gui/Membership.py
+++ b/Mailman/Gui/Membership.py
@@ -30,5 +30,6 @@ class Membership:
return [('list', _('Membership&nbsp;List')),
('add', _('Mass&nbsp;Subscription')),
('remove', _('Mass&nbsp;Removal')),
+ ('change', _('Address&nbsp;Change')),
]
return None