]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 425565: Product name not displayed in the error message when adding/removing...
authorlpsolit%gmail.com <>
Fri, 28 Mar 2008 06:01:21 +0000 (06:01 +0000)
committerlpsolit%gmail.com <>
Fri, 28 Mar 2008 06:01:21 +0000 (06:01 +0000)
template/en/default/global/user-error.html.tmpl

index bbd187a88650ccdb2811898dcde127b112e623fd..58a1cfcf6498dacda1a34cad5739f6f24c43f040 100644 (file)
   [% ELSIF error == "group_invalid_removal" %]
     You tried to remove [% terms.bug %] [%+ bug.id FILTER html %]
     from group id [% group_id FILTER html %], but [% terms.bugs %] in the 
-    '[% product.name FILTER html %]' product can not be removed from that
+    '[% product FILTER html %]' product can not be removed from that
     group.
     
   [% ELSIF error == "group_invalid_restriction" %]
     You tried to restrict [% terms.bug %] [%+ bug.id FILTER html %] to
     to group id [% group_id FILTER html %], but [% terms.bugs %] in the
-    '[% product.name FILTER html %]' product can not be restricted to
+    '[% product FILTER html %]' product can not be restricted to
     that group.
 
   [% ELSIF error == "group_not_specified" %]
     [% title = BLOCK %]Product has [% terms.Bugs %][% END %]
     [% admindocslinks = {'products.html' => 'Administering products'} %]
     There are [% nb FILTER html %] [%+ terms.bugs %] entered for this product!
-    You must reassign those [% terms.bugs %] to another product before you
+    You must move those [% terms.bugs %] to another product before you
     can delete this one.
 
   [% ELSIF error == "product_must_have_description" %]