Closed
Bug 145795
Opened 23 years ago
Closed 23 years ago
editcomponents use the term product where component should be used
Categories
(Bugzilla :: User Interface, defect, P4)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: kniht, Assigned: jouni)
Details
Attachments
(1 file)
910 bytes,
patch
|
bbaetz
:
review+
afranke
:
review+
|
Details | Diff | Splinter Review |
In editcomponents.cgi there are a couple of uses of the term 'product' where
'component' is intended.
eg.
print "Sorry, I can't delete the product name.";
and
print "Updated product name.<BR>\n";
Assignee | ||
Comment 1•23 years ago
|
||
Fixed both instances, and made the "no component name" error message a bit more
understandable as well.
Assignee | ||
Comment 2•23 years ago
|
||
Taking, adding keywords, marking OS etc.
Comment 3•23 years ago
|
||
Comment on attachment 84608 [details] [diff] [review]
Patch
r=bbaetz
Attachment #84608 -
Flags: review+
Comment 4•23 years ago
|
||
Comment on attachment 84608 [details] [diff] [review]
Patch
I applied it, got some warnings from the patch program, but it worked:
(Stripping trailing CRs from patch.)
patching file editcomponents.cgi
patch unexpectedly ends in middle of line
I successfully triggered both new messages.
r=afranke
Attachment #84608 -
Flags: review+
Updated•23 years ago
|
Priority: -- → P4
Target Milestone: --- → Bugzilla 2.18
Assignee | ||
Comment 5•23 years ago
|
||
Checking in editcomponents.cgi;
/cvsroot/mozilla/webtools/bugzilla/editcomponents.cgi,v <-- editcomponents.cgi
new revision: 1.25; previous revision: 1.24
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 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
•