]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 568609: Duplicated "Bugzilla" word in the page header of describecomponents.cgi
authorTiago Mello <timello@linux.vnet.ibm.com>
Fri, 28 May 2010 20:49:22 +0000 (22:49 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 28 May 2010 20:49:22 +0000 (22:49 +0200)
r/a=LpSolit

template/en/default/global/choose-product.html.tmpl

index 2ce1ef497a44d2ee66909fac76f9397b31a69ba1..5c9ad0916b9193bfe9284ea83659cefd92833883 100644 (file)
@@ -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 %]