diff options
author | Yasuhito FUTATSUKI <futatuki@poem.co.jp> | 2016-02-12 14:55:52 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI <futatuki@poem.co.jp> | 2016-02-12 14:55:52 +0900 |
commit | 02baee9890cbe8d459ba3d33d6627839aae2084e (patch) | |
tree | d9bb744da5c2dcc520bdea7d29e585434288072f /Mailman | |
parent | bd4f8a7bb38796202adcfd01a19c9633b447bf73 (diff) | |
download | mailman2-02baee9890cbe8d459ba3d33d6627839aae2084e.tar.gz mailman2-02baee9890cbe8d459ba3d33d6627839aae2084e.tar.xz mailman2-02baee9890cbe8d459ba3d33d6627839aae2084e.zip |
fix typo on help message in Mailman/Gui/NonDigest.py
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 |