diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-02-12 11:08:59 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-02-12 11:08:59 -0800 |
commit | fe4d11d1679d659b2cbbc6a39c5d1aa1f0c941f8 (patch) | |
tree | 13c78ca90a39629d09e689bd16fedc5768492683 /Mailman | |
parent | bd4f8a7bb38796202adcfd01a19c9633b447bf73 (diff) | |
parent | 02baee9890cbe8d459ba3d33d6627839aae2084e (diff) | |
download | mailman2-fe4d11d1679d659b2cbbc6a39c5d1aa1f0c941f8.tar.gz mailman2-fe4d11d1679d659b2cbbc6a39c5d1aa1f0c941f8.tar.xz mailman2-fe4d11d1679d659b2cbbc6a39c5d1aa1f0c941f8.zip |
Fixed typo in NonDigest.py regular_exclude_ignore description.
Diffstat (limited to 'Mailman')
-rwxr-xr-x | Mailman/Gui/NonDigest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index 411f5d4f..e4d7d526 100755 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -160,7 +160,7 @@ and footers: siblings.""")), ('regular_exclude_ignore', mm_cfg.Toggle, (_('No'), _('Yes')), 0, - _("""Ignore regular_exlude_lists of which the poster is not a + _("""Ignore regular_exclude_lists of which the poster is not a member."""), _("""If a post is addressed to this list and to one or more of the exclude lists, regular members of those lists will not be |