diff options
author | lpsolit%gmail.com <> | 2007-07-28 07:54:36 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-28 07:54:36 +0200 |
commit | 737535fcbcfd91d7c15eab2f43386333af113797 (patch) | |
tree | 11f720ceb06a1774840735eb9dc602b47252b97a /template/en/default/global | |
parent | 0885b2b60ea61f2b3ca8d1f61049412f340b6c6d (diff) | |
download | bugzilla-737535fcbcfd91d7c15eab2f43386333af113797.tar.gz bugzilla-737535fcbcfd91d7c15eab2f43386333af113797.tar.xz |
Bug 389835: Various issues when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f7fe1d652..f92399f00 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -655,7 +655,7 @@ [% ELSIF error == "illegal_bug_status_transition" %] [% title = "Illegal $terms.Bug Status Change" %] You are not allowed to change the [% terms.bug %] status from - [%+ old.join(", ") FILTER html %] to [%+ new FILTER html %]. + [%+ old FILTER html %] to [% new FILTER html %]. [% ELSIF error == "illegal_change" %] [% title = "Not allowed" %] |