diff options
Diffstat (limited to 'Mailman/Digester.py')
| -rw-r--r-- | Mailman/Digester.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index 17e57028f..fe3ca7dd9 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -29,7 +29,7 @@ import mm_cfg # See templates/masthead.txt # XXX: this needs conversion DIGEST_MASTHEAD = """ -Send %(real_name)s maillist submissions to +Send %(real_name)s mailing list submissions to %(got_list_email)s To subscribe or unsubscribe via the web, visit @@ -304,7 +304,7 @@ class Digester: remove_to=1, tmpfile_prefix = "mime.") class Digest: - "Represent a maillist digest, presentable in either plain or mime format." + "Represent a list digest, presentable in either plain or mime format." def __init__(self, list, toc, body): self.list = list self.toc = toc |
