]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
s/Fill/File/ [p=reed r=LpSolit]
authorreed%reedloden.com <>
Thu, 28 Dec 2006 04:19:50 +0000 (04:19 +0000)
committerreed%reedloden.com <>
Thu, 28 Dec 2006 04:19:50 +0000 (04:19 +0000)
template/en/default/list/list.html.tmpl

index ac022dc20cbbbc28c91624a811ef6e41c974d3a5..a12c39a9ec04f49d0ba012e3480da559a895e983 100644 (file)
 
 [% IF cgi.param('product').size == 1 && cgi.param('product') != "" %]
   <p>
-    <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">Fill
+    <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">File
       a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product</a>
   </p>
 [% END %]