diff options
Diffstat (limited to 'Mailman/MailCommandHandler.py')
| -rw-r--r-- | Mailman/MailCommandHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index 71696ccc0..1d7fb469c 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -570,7 +570,7 @@ background and instructions for subscribing to and using it, visit: self.__NoMailCmdResponse = 1 except Errors.MMNeedApproval: self.AddToResponse( - "Your subscription request has been forwarded the" + "Your subscription request has been forwarded to the" " list administrator\n" "at %s for review." % self.GetAdminEmail(), trunc=0) except Errors.MMBadEmailError: |
