From: timeless%mozdev.org <>
Date: Fri, 31 Oct 2003 01:29:49 +0000 (+0000)
Subject: Bug 217219 Messages in votes errors are incorrectly CHOMP'd
X-Git-Tag: bugzilla-2.17.5~18
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a35ccba8633412c7782706df76fad3bff4b6b37;p=thirdparty%2Fbugzilla.git
Bug 217219 Messages in votes errors are incorrectly CHOMP'd
r=kiko a=justdave
---
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index b1cf46ecb4..a988102a81 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -637,17 +637,16 @@
[% 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
- [% prod FILTER html %] product, but you are trying to use
- [% votes FILTER html %].
+ [% prod FILTER html %] 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
- [% prod FILTER html %] 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 [% prod FILTER html %] product.
[% ELSIF error == "token_inexistent" %]
[% title = "Token Does Not Exist" %]