diff options
author | reed%reedloden.com <> | 2006-12-28 05:19:50 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2006-12-28 05:19:50 +0100 |
commit | 5bc2bc891aed93c67acc48710fd662d35bbb696b (patch) | |
tree | 85af52176ae10ab0b560e133f70d015bbf8e2885 /template | |
parent | 442ce6efd3c8b9072726531740ee8877784b071f (diff) | |
download | bugzilla-5bc2bc891aed93c67acc48710fd662d35bbb696b.tar.gz bugzilla-5bc2bc891aed93c67acc48710fd662d35bbb696b.tar.xz |
s/Fill/File/ [p=reed r=LpSolit]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index ac022dc20..a12c39a9e 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -228,7 +228,7 @@ [% 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 %] |