]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 366384 improve the message "Delete Component of Product 'Derivatives'"
authortimeless%mozdev.org <>
Tue, 10 Jul 2007 12:06:57 +0000 (12:06 +0000)
committertimeless%mozdev.org <>
Tue, 10 Jul 2007 12:06:57 +0000 (12:06 +0000)
r=lpsolit a=lpsolit

template/en/default/admin/components/confirm-delete.html.tmpl

index 4ba73d08b833a9ff8f4fcf1949d05abf6de1c261..75b20f14e72d8d3d7a6db9a7957cd7cc24a85fbf 100644 (file)
@@ -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