diff options
author | travis%sedsystems.ca <> | 2005-03-08 02:55:59 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-08 02:55:59 +0100 |
commit | 93c8f090be6b746aebac8f65dbd1cf7e6a719369 (patch) | |
tree | 0feda6ad7e01e8988dc8aefa1a8f3791d259bcea | |
parent | 53cb9510fc237e96bd89249e86d7ebe92c5a71fc (diff) | |
download | bugzilla-93c8f090be6b746aebac8f65dbd1cf7e6a719369.tar.gz bugzilla-93c8f090be6b746aebac8f65dbd1cf7e6a719369.tar.xz |
Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error message
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
-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 259be667c..cfc8229c8 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" %] |