From: lpsolit%gmail.com <> Date: Fri, 22 Aug 2008 07:35:00 +0000 (+0000) Subject: Bug 378907: Bad wording in the error message when trying to create a product with... X-Git-Tag: bugzilla-3.3.1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5187c079d76bf2af6bd86f7c82c17fe7eb279ee9;p=thirdparty%2Fbugzilla.git Bug 378907: Bad wording in the error message when trying to create a product with an existing name - Patch by Rupert Handford r=vladd r=pyrzak a=LpSolit --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 01a1385f0a..c61a1f42ae 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1258,7 +1258,7 @@ [% ELSIF error == "product_name_already_in_use" %] [% title = "Product name already in use" %] [% admindocslinks = {'products.html' => 'Administering products'} %] - The product name '[% product FILTER html %]' is already in use. + The product name '[% product FILTER html %]' already exists. [% ELSIF error == "product_name_diff_in_case" %] [% title = "Product name differs only in case" %]