diff options
author | travis%sedsystems.ca <> | 2005-03-08 01:58:55 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-08 01:58:55 +0000 |
commit | 8cfcf7de9732504aef3d7bc4a4522b92d0dca7ea (patch) | |
tree | 2893b052ba000df6045b8b7751911a86dd455490 /template | |
parent | Bug 284080 : cannot list quips, regression from bug 277504 (diff) | |
download | bugzilla-8cfcf7de9732504aef3d7bc4a4522b92d0dca7ea.tar.gz bugzilla-8cfcf7de9732504aef3d7bc4a4522b92d0dca7ea.tar.bz2 bugzilla-8cfcf7de9732504aef3d7bc4a4522b92d0dca7ea.zip |
Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'template')
-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 91acc8f06..b6cf2f8de 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -43,7 +43,7 @@ of the <em>action</em> variable. [% ELSIF error == "attachment_already_obsolete" %] - Attachment #[% attachid FILTER html %] ([% description FILTER html %]) + Attachment #[% attach_id FILTER html %] ([% description FILTER html %]) is already obsolete. [% ELSIF error == "auth_err" %] |