diff options
author | timeless%mozdev.org <> | 2007-07-10 14:02:53 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-10 14:02:53 +0200 |
commit | c7660ce1789632e35d67baf20575f82d76510b9a (patch) | |
tree | f7810cc01497d830e53dfff637f6629de3d797ef /template/en | |
parent | 89f2e698da58db3fa282cf50b9c9c41bebde29be (diff) | |
download | bugzilla-c7660ce1789632e35d67baf20575f82d76510b9a.tar.gz bugzilla-c7660ce1789632e35d67baf20575f82d76510b9a.tar.xz |
Bug 384400 Delete milestone message uses "ALL" incorrectly
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/milestones/confirm-delete.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl index b1f893ffd..408382620 100644 --- a/template/en/default/admin/milestones/confirm-delete.html.tmpl +++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl @@ -76,8 +76,9 @@ is 1 [% terms.bug %] [% END %] entered for this milestone! When you delete this milestone, - <b><blink>ALL</blink></b> stored [% terms.bugs %] will be reassigned to - the default milestone of this product. + <b><blink>ALL</blink></b> of these [% terms.bugs %] will be retargeted + to [% product.default_milestone FILTER html %], the default milestone for + the [% product.name FILTER html %] product. </td></tr> </table> |