summaryrefslogtreecommitdiff
path: root/Mailman/HTMLFormatter.py
diff options
context:
space:
mode:
authorbwarsaw1999-05-05 15:29:10 +0000
committerbwarsaw1999-05-05 15:29:10 +0000
commit61c56a281be58308cf707a333ca5b9522faae142 (patch)
treeb6a6cdb3392aec3853f6ad3ca560830228b45a80 /Mailman/HTMLFormatter.py
parent01fd5870c2121daadc1de919706ee9fd7c9af642 (diff)
downloadmailman-61c56a281be58308cf707a333ca5b9522faae142.tar.gz
mailman-61c56a281be58308cf707a333ca5b9522faae142.tar.zst
mailman-61c56a281be58308cf707a333ca5b9522faae142.zip
Diffstat (limited to 'Mailman/HTMLFormatter.py')
-rw-r--r--Mailman/HTMLFormatter.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index e1bded148..4cf695cb6 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -153,8 +153,8 @@ class HTMLFormatter:
def FormatUmbrellaNotice(self, user, type):
if self.umbrella_list:
- return ("(Note - you are subscribing to a list of maillists, so"
- " the %s notice will be sent to the admin address"
+ return ("(Note - you are subscribing to a list of mailing lists,"
+ " so the %s notice will be sent to the admin address"
" for your membership, %s.)<p>"
% (type, self.GetMemberAdminEmail(user)))
else:
@@ -201,7 +201,7 @@ class HTMLFormatter:
if self.umbrella_list:
msg = msg + ("<p>(Note that this is an umbrella list, intended to"
- " have only other maillists as members. Among"
+ " have only other mailing lists as members. Among"
" other things, this means that your confirmation"
" request will be sent to the '%s' account for"
" your address.)" % self.umbrella_member_suffix)