diff options
Diffstat (limited to 'Mailman/Gui/General.py')
| -rw-r--r-- | Mailman/Gui/General.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index f15115a26..70c619385 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -327,7 +327,7 @@ class General(GUIBase): (opttext, optvals, 0, OPTIONS), 0, _('''Default options for new members joining this list.'''), - _("""When a new member is subscripted to this list, their initial + _("""When a new member is subscribed to this list, their initial set of options is taken from the this variable's setting.""")), ('administrivia', mm_cfg.Radio, (_('No'), _('Yes')), 0, |
