summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/handle_opts.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Mailman/Cgi/handle_opts.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Cgi/handle_opts.py b/Mailman/Cgi/handle_opts.py
index 4ef585ed9..8e6a50774 100644
--- a/Mailman/Cgi/handle_opts.py
+++ b/Mailman/Cgi/handle_opts.py
@@ -120,9 +120,9 @@ def main():
PrintResults("A reminder of your password "
"has been emailed to you.<p>")
except Errors.MMBadUserError:
- PrintResults("Your password entry has not been found. The"
- " list administrator is being notified.<p>")
-
+ PrintResults("The password entry for `%s' has not "
+ 'been found. The list administrator is being '
+ 'notified.<p>' % user)
elif form.has_key("othersubs"):
if not form.has_key('othersubspw'):