From 96ed0530c5cb91a55823551e016279e41ae9c1b0 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Wed, 22 Mar 2006 12:38:02 +0000 Subject: Bug 330996 component_not_valid could be improved r=lpsolit a=myk --- template/en/default/global/user-error.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') 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" %] -- cgit v1.2.3-24-g4f1b