diff options
author | lpsolit%gmail.com <> | 2008-08-22 09:35:00 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-22 09:35:00 +0200 |
commit | 5187c079d76bf2af6bd86f7c82c17fe7eb279ee9 (patch) | |
tree | 8fd012587983b408f0ed542cbd1e28d6294ac3ea /template/en/default/global | |
parent | ad1def7b3a225de38669877ad7fc45c1daf9e2a2 (diff) | |
download | bugzilla-5187c079d76bf2af6bd86f7c82c17fe7eb279ee9.tar.gz bugzilla-5187c079d76bf2af6bd86f7c82c17fe7eb279ee9.tar.xz |
Bug 378907: Bad wording in the error message when trying to create a product with an existing name - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=vladd r=pyrzak a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 01a1385f0..c61a1f42a 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" %] |