]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 330996 component_not_valid could be improved
authortimeless%mozdev.org <>
Wed, 22 Mar 2006 12:38:02 +0000 (12:38 +0000)
committertimeless%mozdev.org <>
Wed, 22 Mar 2006 12:38:02 +0000 (12:38 +0000)
r=lpsolit a=myk

template/en/default/global/user-error.html.tmpl

index 0d61c05c90afb60a4399a8fbf960558efb6a7ce7..12cbee70a6727f5cd24a929f5709faaec67be176 100644 (file)
 
   [% 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" %]