summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/confirm-delete.html.tmpl
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-10 14:06:57 +0200
committertimeless%mozdev.org <>2007-07-10 14:06:57 +0200
commit01d861201262d8d738369fb3796ea15de3e7427c (patch)
tree85b9221810ddcf8788028e6977ee15152fb6b35f /template/en/default/admin/components/confirm-delete.html.tmpl
parent67f4639715825e6871db24ac8bfb55d1e19f9823 (diff)
downloadbugzilla-01d861201262d8d738369fb3796ea15de3e7427c.tar.gz
bugzilla-01d861201262d8d738369fb3796ea15de3e7427c.tar.xz
Bug 366384 improve the message "Delete Component of Product 'Derivatives'"
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en/default/admin/components/confirm-delete.html.tmpl')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index 4ba73d08b..75b20f14e 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -26,7 +26,8 @@
# which the component belongs.
#%]
-[% title = BLOCK %]Delete Component of Product '[% product.name FILTER html %]'
+[% title = BLOCK %]Delete component '[% comp.name FILTER html %]'
+from '[% product.name FILTER html %]' product
[% END %]
[% PROCESS global/header.html.tmpl