diff options
author | Tiago Mello <timello@linux.vnet.ibm.com> | 2010-05-28 22:45:36 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-05-28 22:45:36 +0200 |
commit | 0679b5e998311a5099374fa647e8b82dfd8048ac (patch) | |
tree | 0c3ac39ef3245c644f4a2a55b65ad33d4fbf852c /template | |
parent | b1443469b0cda48db5a35c7f3af4f221b6661d1b (diff) | |
download | bugzilla-0679b5e998311a5099374fa647e8b82dfd8048ac.tar.gz bugzilla-0679b5e998311a5099374fa647e8b82dfd8048ac.tar.xz |
Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponents.cgi
r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 2ce1ef497..5c9ad0916 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -33,7 +33,7 @@ [% title = "Enter $terms.Bug" %] [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]: [% END %] [% ELSIF target == "describecomponents.cgi" %] - [% title = "$terms.Bugzilla: Browse" %] + [% title = "Browse" %] [% h2 = "Select a product category to browse:" %] [% END %] |