From: lpsolit%gmail.com <> Date: Tue, 14 Apr 2009 21:22:11 +0000 (+0000) Subject: Bug 486057: Title of product_name_already_in_use is inconsistent with its description... X-Git-Tag: bugzilla-3.5.1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e612c7edbe651bbfced5fc6504e6bf9be0bb8ee1;p=thirdparty%2Fbugzilla.git Bug 486057: Title of product_name_already_in_use is inconsistent with its description - Patch by A.A. Shimono (himorin) r/a=LpSolit --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index d1c3bd6435..7994b187ce 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1317,7 +1317,7 @@ field, which should contain a non-negative number. [% ELSIF error == "product_name_already_in_use" %] - [% title = "Product name already in use" %] + [% title = "Product name already exists" %] [% admindocslinks = {'products.html' => 'Administering products'} %] The product name '[% product FILTER html %]' already exists.