Index: mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl =================================================================== RCS file: /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl,v retrieving revision 1.9 diff -u -r1.9 mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl --- mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl +++ mozilla/webtools/bugzilla/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