Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1995 closed (wontfix)

Comments system: Change "Forgotten your password?" to "Forgot your password?"

Reported by: dave@… Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is in django/contrib/comments/templates/comments/form.html :

{% trans "Forgotten your password?" %}

Proper English would be either "Forgot your password?" or "Have you fogotten your password?".
Our editor made me change this :D

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

"Forgotten your password," in which the "Have you" is implied, is fine English. If your editor thinks otherwise, you can change the template in your particular Django installation.

comment:2 by Go, 18 years ago

Summary: Comments system: Change "Forgotten your password?" to "Forgot your password?"Comments system: Change "Forgotten your password?" to "Forgot your password?"
Type: defect
Note: See TracTickets for help on using tickets.
Back to Top