diff options
author | timeless%mozdev.org <> | 2006-03-22 13:38:02 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-03-22 13:38:02 +0100 |
commit | 96ed0530c5cb91a55823551e016279e41ae9c1b0 (patch) | |
tree | 4d5f22147734a5b70a656d43b56dc1be4be46fb6 /template/en/default | |
parent | 436cb8384c333363af850532f943b289bf0746b9 (diff) | |
download | bugzilla-96ed0530c5cb91a55823551e016279e41ae9c1b0.tar.gz bugzilla-96ed0530c5cb91a55823551e016279e41ae9c1b0.tar.xz |
Bug 330996 component_not_valid could be improved
r=lpsolit a=myk
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 0d61c05c9..12cbee70a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -295,8 +295,8 @@ [% ELSIF error == "component_not_valid" %] [% title = "Specified Component Does Not Exist" %] - The component '[% name FILTER html %]' for product - '[% product FILTER html %]' does not exist. + Product [% product FILTER html %] does not have a component + named [% name FILTER html %]. [% ELSIF error == "product_doesnt_exist" %] [% title = "Specified Product Does Not Exist" %] |