]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 217219 Messages in votes errors are incorrectly CHOMP'd
authortimeless%mozdev.org <>
Fri, 31 Oct 2003 01:29:49 +0000 (01:29 +0000)
committertimeless%mozdev.org <>
Fri, 31 Oct 2003 01:29:49 +0000 (01:29 +0000)
r=kiko a=justdave

template/en/default/global/user-error.html.tmpl

index b1cf46ecb48b4da7e086d0ce3470854a373470f3..a988102a8177240ee51dfa2a56dd2119d92f4b8f 100644 (file)
 
   [% ELSIF error == "too_many_votes_for_bug" %]
     [% title = "Illegal Vote" %]
-    You may only use at most [% max FILTER html %] votes for a single 
+    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 use
-    [% votes FILTER html %].
+    <tt>[% prod FILTER html %]</tt> product, but you are trying to
+    use [% votes FILTER html %].
 
   [% ELSIF error == "too_many_votes_for_product" %]
     [% title = "Illegal Vote" %]
-    You may only use at most [% max FILTER html %] votes for [% terms.bugs %] 
-    in the
-    <tt>[% prod FILTER html %]</tt> product, but you are trying to use
-    [% votes FILTER html %].
+    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.
 
   [% ELSIF error == "token_inexistent" %]
     [% title = "Token Does Not Exist" %]