From e612c7edbe651bbfced5fc6504e6bf9be0bb8ee1 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 14 Apr 2009 21:22:11 +0000 Subject: Bug 486057: Title of product_name_already_in_use is inconsistent with its description - Patch by A.A. Shimono (himorin) r/a=LpSolit --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 d1c3bd643..7994b187c 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. -- cgit v1.2.3-24-g4f1b