summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index de30dd0e3..fef4af3ca 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 440 $"
+__version__ = "$Revision: 465 $"
try:
import mm_cfg
@@ -204,7 +204,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
' text will be added to the unsubscribe message.'),
('reply_goes_to_list', mm_cfg.Radio, ('Poster', 'List'), 0,
- 'Are replies to a the original post directed to poster'
+ 'Are replies to a post directed to the original poster'
' or to the list?',
"List postings include headers which designate where replies"