diff options
author | terry%mozilla.org <> | 2000-01-23 04:25:33 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-23 04:25:33 +0100 |
commit | ea24a262aa45f70664f271c986a50cbc608aa019 (patch) | |
tree | e966720a7a8063a1914fe38fd7b5f094ecc24efa /editcomponents.cgi | |
parent | b8a79ce28e8155051127872a2370835015cf4dc1 (diff) | |
download | bugzilla-ea24a262aa45f70664f271c986a50cbc608aa019.tar.gz bugzilla-ea24a262aa45f70664f271c986a50cbc608aa019.tar.xz |
Fixed stupid typo.
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index b27fa9197..d9ff666c4 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -358,7 +358,7 @@ if ($action eq 'add') { # if ($action eq 'new') { - PutHeader("Adding new product"); + PutHeader("Adding new component"); CheckProduct($product); # Cleanups and valididy checks |