diff options
author | mkanat%bugzilla.org <> | 2006-09-10 11:31:43 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-10 11:31:43 +0200 |
commit | df9f220b9b7721179d5d6b1b7cd28f539e0cfd31 (patch) | |
tree | 7b1e49095081082d4f800e8f856cdb457b31001f | |
parent | 58834a5ae7ba866aa066911bfdec8b9a60249659 (diff) | |
download | bugzilla-df9f220b9b7721179d5d6b1b7cd28f539e0cfd31.tar.gz bugzilla-df9f220b9b7721179d5d6b1b7cd28f539e0cfd31.tar.xz |
Post-checkin fix for bug 351332.
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 532226f86..c6d1ee198 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -153,7 +153,7 @@ [% ELSIF error == "inactive_group" %] Attempted to add [% terms.bug %] to the '[% name FILTER html %]' - group, which is not used for bugs. + group, which is not used for [% terms.bugs %]. [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, |