]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 359768: Confusing error message when a user has too many votes for a product...
authorlpsolit%gmail.com <>
Wed, 8 Nov 2006 03:05:41 +0000 (03:05 +0000)
committerlpsolit%gmail.com <>
Wed, 8 Nov 2006 03:05:41 +0000 (03:05 +0000)
template/en/default/global/user-error.html.tmpl

index 9f5e21617285f285a73113cd32855d6deca5ff0f..5cc75e21c83853bca66e0be1e1e8bd5a6f55416e 100644 (file)
     [% title = "Illegal Vote" %]
     You may only use at most [% max FILTER html %] votes for a single
     [%+ terms.bug %] in the
-    <tt>[% prod FILTER html %]</tt> product, but you are trying to
+    <tt>[% product FILTER html %]</tt> product, but you are trying to
     use [% votes FILTER html %].
 
   [% ELSIF error == "too_many_votes_for_product" %]
     [% title = "Illegal Vote" %]
-    You tried to use [% votes FILTER html %] votes,
-    which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit
-    for the <tt>[% prod FILTER html %]</tt> product.
+    You tried to use [% votes FILTER html %] votes in the
+    <tt>[% product FILTER html %]</tt> product, which exceeds the maximum
+    of [% max FILTER html %] votes for this product.
 
   [% ELSIF error == "token_inexistent" %]
     [% title = "Token Does Not Exist" %]