From: timeless%mozdev.org <> Date: Tue, 10 Jul 2007 12:06:57 +0000 (+0000) Subject: Bug 366384 improve the message "Delete Component of Product 'Derivatives'" X-Git-Tag: bugzilla-3.1.2~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01d861201262d8d738369fb3796ea15de3e7427c;p=thirdparty%2Fbugzilla.git Bug 366384 improve the message "Delete Component of Product 'Derivatives'" r=lpsolit a=lpsolit --- diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 4ba73d08b8..75b20f14e7 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