diff options
author | lpsolit%gmail.com <> | 2008-10-28 04:44:43 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-10-28 04:44:43 +0100 |
commit | f0df682198786713f701e4fdf25195b897297670 (patch) | |
tree | 2928e975d2214363f83b0760cc98a75fe57f2567 /template/en/default/admin | |
parent | a9822ceefb563a54420f13b2395b8c1359833778 (diff) | |
download | bugzilla-f0df682198786713f701e4fdf25195b897297670.tar.gz bugzilla-f0df682198786713f701e4fdf25195b897297670.tar.xz |
Bug 460995: Need to use terms.abug in description for makeproductgroups - Patch by Rob Siklos [:robzilla] <robzilla2@siklos.ca> r/a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/groupsecurity.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index 1854881b7..440e1cf2f 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -24,7 +24,7 @@ %] [% param_descs = { - makeproductgroups => "If this is on, $terms.Bugzilla will associate a $terms.bug group " _ + makeproductgroups => "If this is on, $terms.Bugzilla will associate $terms.abug group " _ "with each product in the database, and use it for querying ${terms.bugs}.", useentrygroupdefault => "If this is on, $terms.Bugzilla will use product $terms.bug groups " _ |