diff options
Diffstat (limited to '')
-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(_("""\ |