diff options
author | timeless%mozdev.org <> | 2003-10-31 02:29:49 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2003-10-31 02:29:49 +0100 |
commit | 7a35ccba8633412c7782706df76fad3bff4b6b37 (patch) | |
tree | e15dd57c6d3b8986640a3a6005dc3719b4ef9af1 /template | |
parent | cab44fa60a203f606e9dade398ff4489ec9d25e9 (diff) | |
download | bugzilla-7a35ccba8633412c7782706df76fad3bff4b6b37.tar.gz bugzilla-7a35ccba8633412c7782706df76fad3bff4b6b37.tar.xz |
Bug 217219 Messages in votes errors are incorrectly CHOMP'd
r=kiko a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index b1cf46ecb..a988102a8 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 - <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" %] |