diff options
author | lpsolit%gmail.com <> | 2009-04-14 23:22:11 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-04-14 23:22:11 +0200 |
commit | e612c7edbe651bbfced5fc6504e6bf9be0bb8ee1 (patch) | |
tree | 22809aba4ce5f11c369d5e4efab768c70737f6c1 /template/en/default | |
parent | a589e55a6f061ffbc223ccc99be1ff6052cf41bf (diff) | |
download | bugzilla-e612c7edbe651bbfced5fc6504e6bf9be0bb8ee1.tar.gz bugzilla-e612c7edbe651bbfced5fc6504e6bf9be0bb8ee1.tar.xz |
Bug 486057: Title of product_name_already_in_use is inconsistent with its description - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
Diffstat (limited to 'template/en/default')
-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 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 @@ </em> 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. |