diff options
| author | bwarsaw | 2001-07-20 00:05:36 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-20 00:05:36 +0000 |
| commit | 5e43e0111fcbabc895e79537f145383474b99b93 (patch) | |
| tree | 5871f0c1fae634bc5cadf0817f6e7b4a361ddba2 | |
| parent | 79cb42dd416c196771d956c8e8be95979a411872 (diff) | |
| download | mailman-5e43e0111fcbabc895e79537f145383474b99b93.tar.gz mailman-5e43e0111fcbabc895e79537f145383474b99b93.tar.zst mailman-5e43e0111fcbabc895e79537f145383474b99b93.zip | |
ProcessConfirmCmd(): Slightly improved response message.
| -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 fe466f869..3349af2dd 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -687,7 +687,7 @@ background and instructions for subscribing to and using it, visit: except Errors.MMNeedApproval, admin_addr: self.AddToResponse(Utils.wrap( _('''Your request has been forwarded to the - list administrator for approval.'''), + list moderator for approval.'''), honor_leading_ws=0), trunc=0) except Errors.MMAlreadyAMember: |
