diff options
author | Sunil Joshi [:SunilJoshi] <joshi_sunil@in.com> | 2014-03-21 15:25:43 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-03-21 15:25:43 +0100 |
commit | d6370f0638bfb1e237334e35e4e23524280cf6d2 (patch) | |
tree | 539eee2a8d067d83926e37864f517acc0aa36c81 /template | |
parent | ace77744f0bc750b8976f1ad175b52ed715c8083 (diff) | |
download | bugzilla-d6370f0638bfb1e237334e35e4e23524280cf6d2.tar.gz bugzilla-d6370f0638bfb1e237334e35e4e23524280cf6d2.tar.xz |
Bug 399087 - Remove the 'mostfreqthreshold' parameter
r=dkl,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index 85aaae500..d8a510282 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -26,11 +26,6 @@ </li> </ul>", - mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _ - "<a href=\"duplicates.cgi\">most frequently reported $terms.bugs page</a>. " _ - "If you have a large database and this page takes a long time to " _ - "load, try increasing this number.", - mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _ "list for a user. %userid% will get replaced with the login name of a user. " _ "Special characters must be URL-encoded.", |