Closed
Bug 352625
Opened 19 years ago
Closed 19 years ago
"You are receiving this mail because" messages cannot be localized
Categories
(Bugzilla :: Email Notifications, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file)
|
5.71 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
There's a whole block of code in Bugzilla::BugMail that has the reasons you're received the mail. All that stuff should be inside the template instead.
| Assignee | ||
Comment 1•19 years ago
|
||
This is a pretty simple patch.
The Filesystem.pm change is sort of related to this bug, and I'll sign off on it as module owner. (Basically, it was just something we were missing from Filesystem.pm.)
Assignee: email-notifications → mkanat
Status: NEW → ASSIGNED
Attachment #238394 -
Flags: review?(myk)
Comment 2•19 years ago
|
||
Comment on attachment 238394 [details] [diff] [review]
v1
>+You are the watching QA contact of the [% terms.bug %].
the watching -> watching the
Otherwise looks good. Just fix that on checkin.
Attachment #238394 -
Flags: review?(myk) → review+
Updated•19 years ago
|
Flags: approval+
| Assignee | ||
Comment 3•19 years ago
|
||
Checking in Bugzilla/BugMail.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm
new revision: 1.92; previous revision: 1.91
done
Checking in Bugzilla/Install/Filesystem.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm,v <-- Filesystem.pm
new revision: 1.15; previous revision: 1.14
done
Checking in template/en/default/email/newchangedmail.txt.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/email/newchangedmail.txt.tmpl,v <-- newchangedmail.txt.tmpl
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•