From b6004bbf18e311b9d9856d1c674092406454c6b0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 28 Sep 2005 04:47:32 +0000 Subject: Bug 308318: Can create a product without description but cannot remove an existing description - Patch by Frédéric Buclin r=wicked a=justdave 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, 5 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8288a309d..f23220d29 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1015,8 +1015,12 @@ You must reassign those [% terms.bugs %] to another product before you can delete this one. + [% ELSIF error == "product_must_have_description" %] + [% title = "Product needs Description" %] + You must enter a description for product '[% product FILTER html %]'. + [% ELSIF error == "product_must_have_version" %] - [% title = "Product needs version" %] + [% title = "Product needs Version" %] You must enter a version for product '[% product FILTER html %]'. [% ELSIF error == "product_not_specified" %] -- cgit v1.2.3-24-g4f1b