From c57e5fa6c35dab9ad851c5593ebed9dcd968212b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 28 Mar 2008 06:01:21 +0000 Subject: =?UTF-8?q?Bug=20425565:=20Product=20name=20not=20displayed=20in?= =?UTF-8?q?=20the=20error=20message=20when=20adding/removing=20bugs=20to/f?= =?UTF-8?q?rom=20illegal=20groups=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?UTF-8?q?=C2=A9ric=20Buclin=20=20r=3Dbbaetz=20a=3DLpS?= =?UTF-8?q?olit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index bbd187a88..58a1cfcf6 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -647,13 +647,13 @@ [% ELSIF error == "group_invalid_removal" %] You tried to remove [% terms.bug %] [%+ bug.id FILTER html %] from group id [% group_id FILTER html %], but [% terms.bugs %] in the - '[% product.name FILTER html %]' product can not be removed from that + '[% product FILTER html %]' product can not be removed from that group. [% ELSIF error == "group_invalid_restriction" %] You tried to restrict [% terms.bug %] [%+ bug.id FILTER html %] to to group id [% group_id FILTER html %], but [% terms.bugs %] in the - '[% product.name FILTER html %]' product can not be restricted to + '[% product FILTER html %]' product can not be restricted to that group. [% ELSIF error == "group_not_specified" %] @@ -1324,7 +1324,7 @@ [% title = BLOCK %]Product has [% terms.Bugs %][% END %] [% admindocslinks = {'products.html' => 'Administering products'} %] There are [% nb FILTER html %] [%+ terms.bugs %] entered for this product! - You must reassign those [% terms.bugs %] to another product before you + You must move those [% terms.bugs %] to another product before you can delete this one. [% ELSIF error == "product_must_have_description" %] -- cgit v1.2.1