summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py
diff options
context:
space:
mode:
authorcotton1998-10-20 12:16:10 +0000
committercotton1998-10-20 12:16:10 +0000
commitd9779c675a613b82052e883a4981d48e939c94f5 (patch)
tree3a20a862181b2231ebb353b9a5f9e27f9c80fc27 /Mailman/Cgi/admin.py
parente87cfac0b5fc8618ac2185117c9434b01170db0a (diff)
downloadmailman-d9779c675a613b82052e883a4981d48e939c94f5.tar.gz
mailman-d9779c675a613b82052e883a4981d48e939c94f5.tar.zst
mailman-d9779c675a613b82052e883a4981d48e939c94f5.zip
corrected misspelling of "address".
scott
Diffstat (limited to 'Mailman/Cgi/admin.py')
-rw-r--r--Mailman/Cgi/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py
index 2dd32daf9..4cd92a6fc 100644
--- a/Mailman/Cgi/admin.py
+++ b/Mailman/Cgi/admin.py
@@ -550,7 +550,7 @@ def FormatMembershipOptions(lst):
t.AddRow([("<b>1.</b> Send Welcome message to this batch? " +
RadioButton("send_welcome_msg_to_this_batch", 0, nochecked).Format() + " no " +
RadioButton("send_welcome_msg_to_this_batch", 1, yeschecked).Format() + " yes ")])
- t.AddRow(["<b>2.</b> Enter one addres per line: <p>"])
+ t.AddRow(["<b>2.</b> Enter one address per line: <p>"])
container.AddItem(Center(t))
container.AddItem(Center(TextArea(name='subscribees', rows=10,cols=60,wrap=None)))
return container