diff options
author | bwarsaw <> | 2003-04-07 22:51:20 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-07 22:51:20 +0000 |
commit | 01015334f5c849a0ec891bf8c87137f350473c81 (patch) | |
tree | e5a6816d28b322c66b8e40f4220b70a8035d0759 /Mailman/Commands/cmd_confirm.py | |
parent | 409c593b01945392ee1184ad44d597897e7b5cc4 (diff) | |
download | mailman2-01015334f5c849a0ec891bf8c87137f350473c81.tar.gz mailman2-01015334f5c849a0ec891bf8c87137f350473c81.tar.xz mailman2-01015334f5c849a0ec891bf8c87137f350473c81.zip |
Backporting from trunk.
Diffstat (limited to 'Mailman/Commands/cmd_confirm.py')
-rw-r--r-- | Mailman/Commands/cmd_confirm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Commands/cmd_confirm.py b/Mailman/Commands/cmd_confirm.py index f93e7b9b..e66c52b5 100644 --- a/Mailman/Commands/cmd_confirm.py +++ b/Mailman/Commands/cmd_confirm.py @@ -61,7 +61,7 @@ Your request has been forwarded to the list moderator for approval.""")) except Errors.NotAMemberError: # They've already been unsubscribed res.results.append(_("""\ -You are not current a member. Have you already unsubscribed or changed +You are not currently a member. Have you already unsubscribed or changed your email address?""")) except Errors.HostileSubscriptionError: res.results.append(_("""\ |