Closed
Bug 217632
Opened 21 years ago
Closed 21 years ago
Remove @@@ comment from message.html.tmpl
Categories
(Bugzilla :: Reporting/Charting, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file)
802 bytes,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
message.html.tmpl currently says:
+ [% ELSIF message_tag == "series_already_exists" %]
+ [% title = "Series Already Exists" %]
+ A series <em>[% series.category FILTER html %] /
+ [%+ series.subcategory FILTER html %] /
+ [%+ series.name FILTER html %]</em>
+ already exists. If you want to create this series, you will need to give
+ it a different name. @@@ subscribe?
We need to remove that "note to self" marked with @@@.
Gerv
Assignee | ||
Comment 1•21 years ago
|
||
I did, of course, mean message_s_.html.tmpl.
Gerv
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 130752 [details] [diff] [review]
Patch v.1
Dave, can you rubber-stamp and approve this one-line textual fix, please? :-)
Gerv
Attachment #130752 -
Flags: review?(justdave)
Updated•21 years ago
|
Attachment #130752 -
Flags: review?(justdave) → review+
Updated•21 years ago
|
Flags: approval+
Assignee | ||
Comment 3•21 years ago
|
||
Fixed.
Checking in template/en/default/global/messages.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl,v
<-- messages.html.tmpl
new revision: 1.15; previous revision: 1.14
done
Gerv
Severity: minor → trivial
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•