summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-08-22 09:35:00 +0200
committerlpsolit%gmail.com <>2008-08-22 09:35:00 +0200
commit5187c079d76bf2af6bd86f7c82c17fe7eb279ee9 (patch)
tree8fd012587983b408f0ed542cbd1e28d6294ac3ea /template
parentad1def7b3a225de38669877ad7fc45c1daf9e2a2 (diff)
downloadbugzilla-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')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
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" %]