From 01015334f5c849a0ec891bf8c87137f350473c81 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Mon, 7 Apr 2003 22:51:20 +0000 Subject: Backporting from trunk. --- Mailman/Commands/cmd_confirm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Commands') 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(_("""\ -- cgit v1.2.3