diff options
| author | bwarsaw | 2002-03-16 07:11:32 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-16 07:11:32 +0000 |
| commit | 9678bf3df1a2009bc48daa9c64c4c0a281e4efcc (patch) | |
| tree | a34c6ed14dbc6490c9ef03e806d52eae60844b3f /Mailman/Gui/General.py | |
| parent | e0279e143e8f65984dd5edaaba8248d6077399c1 (diff) | |
| download | mailman-9678bf3df1a2009bc48daa9c64c4c0a281e4efcc.tar.gz mailman-9678bf3df1a2009bc48daa9c64c4c0a281e4efcc.tar.zst mailman-9678bf3df1a2009bc48daa9c64c4c0a281e4efcc.zip | |
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, |
