Closed (fixed)
Project:
Drupal core
Version:
6.0-rc1
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2008 at 21:35 UTC
Updated:
19 Jan 2008 at 22:41 UTC
<p>This is a one-time login for %user_name and will expire on %expiration_date.</p><p>Click on this button to login to the site and change your password.</p>
should be:
<p>This is a one-time login for %user_name and will expire on %expiration_date.</p><p>Click on this button to login to the site and change your password.</p>
The only reason this may not be a typo could be that english doesn't require a dot after a date. But I doubt it...
| Comment | File | Size | Author |
|---|---|---|---|
| d6rc_dot_typo.patch | 1.3 KB | meba |
Comments
Comment #1
meba commentedOh, sorry for smashed p tags...
Comment #2
keith.smith commentedHuh. Since we have to change this string anyway, can we take the embedded p tags out?
Comment #3
meba commentedI am afraid we can't because it's too late to do it in D6, I specificaly asked Gabor about this on PM (regarding different string), but it's up to him to decide...
Comment #4
jvandyk commentedIn case it's not clear from the description (which erroneously includes the missing period in the first string) this patch inserts a period after the expiration date. We need the period to complete the sentence.
Before: will expire on %expiration_date
After: will expire on %expiration_date.
Comment #5
dries commentedGood catch. Committed to CVS HEAD. Thanks.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.